|
@@ -18,8 +18,12 @@
|
|
|
|
|
|
|
|
|
<h2>Example</h2>
|
|
|
- <div>[example:webgl_lights_spotlight lights / spotlight ]</div>
|
|
|
- <div>[example:webgl_lights_spotlights lights / spotlights ]</div>
|
|
|
+
|
|
|
+ <iframe src='../examples/webgl_lights_spotlight.html'></iframe>
|
|
|
+ <a target="THREE_Examples" href="../examples/#webgl_lights_spotlight">View in Examples</a><br />
|
|
|
+ <h2>Other Examples</h2>
|
|
|
+
|
|
|
+ <div>[example:webgl_lights_spotlights lights / spotlights ]</div><br />
|
|
|
<div>[example:webgl_interactive_cubes_gpu interactive / cubes / gpu ]</div>
|
|
|
<div>[example:webgl_interactive_draggablecubes interactive / draggablecubes ]</div>
|
|
|
<div>[example:webgl_materials_bumpmap_skin materials / bumpmap / skin ]</div>
|
|
@@ -27,6 +31,7 @@
|
|
|
<div>[example:webgl_morphtargets_md2 morphtargets / md2 ]</div>
|
|
|
<div>[example:webgl_shading_physical shading / physical ]</div>
|
|
|
|
|
|
+ <h2>Code Example</h2>
|
|
|
<code>
|
|
|
// white spotlight shining from the side, casting shadow
|
|
|
|