Skip to content

Commit aefeeaf

Browse files
committed
Added a few controls
1 parent 1f46a4b commit aefeeaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/lowResolution/lowResolution.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@
3131
fontsSrc: "../../external/og/lib/res/fonts"
3232
});
3333

34+
globus.planet.addControls([
35+
new control.LayerSwitcher(),
36+
new control.Lighting()
37+
]);
38+
3439
globus.planet.setLodSize(306, 512);
3540
globus.planet.renderer.handler.pixelRatio = 0.87;
3641

0 commit comments

Comments
 (0)