|
@@ -5,6 +5,30 @@
|
|
|
'threejs-prerequisites.md',
|
|
|
'threejs-setup.md',
|
|
|
],
|
|
|
+ 'fundamentals': [
|
|
|
+ 'threejs-primitives.md',
|
|
|
+ 'threejs-scenegraph.md',
|
|
|
+ 'threejs-materials.md',
|
|
|
+ 'threejs-textures.md',
|
|
|
+ 'threejs-lights.md',
|
|
|
+ 'threejs-cameras.md',
|
|
|
+ 'threejs-shadows.md',
|
|
|
+ 'threejs-fog.md',
|
|
|
+ 'threejs-rendertargets.md',
|
|
|
+ 'threejs-custom-geometry.md',
|
|
|
+ 'threejs-custom-buffergeometry.md',
|
|
|
+ ],
|
|
|
+ 'tips': [
|
|
|
+ 'threejs-rendering-on-demand.md',
|
|
|
+ 'threejs-debugging-javascript.md',
|
|
|
+ 'threejs-debugging-glsl.md',
|
|
|
+ 'threejs-tips.md',
|
|
|
+ ],
|
|
|
+ 'optimization': [
|
|
|
+ 'threejs-optimize-lots-of-objects.md',
|
|
|
+ 'threejs-optimize-lots-of-objects-animated.md',
|
|
|
+ 'threejs-offscreencanvas.md',
|
|
|
+ ],
|
|
|
'solutions': [
|
|
|
'threejs-load-obj.md',
|
|
|
'threejs-load-gltf.md',
|
|
@@ -28,30 +52,6 @@
|
|
|
'threejs-webvr-look-to-select.md',
|
|
|
'threejs-webvr-point-to-select.md',
|
|
|
],
|
|
|
- 'optimization': [
|
|
|
- 'threejs-optimize-lots-of-objects.md',
|
|
|
- 'threejs-optimize-lots-of-objects-animated.md',
|
|
|
- 'threejs-offscreencanvas.md',
|
|
|
- ],
|
|
|
- 'tips': [
|
|
|
- 'threejs-rendering-on-demand.md',
|
|
|
- 'threejs-debugging-javascript.md',
|
|
|
- 'threejs-debugging-glsl.md',
|
|
|
- 'threejs-tips.md',
|
|
|
- ],
|
|
|
- 'fundamentals': [
|
|
|
- 'threejs-primitives.md',
|
|
|
- 'threejs-scenegraph.md',
|
|
|
- 'threejs-materials.md',
|
|
|
- 'threejs-textures.md',
|
|
|
- 'threejs-lights.md',
|
|
|
- 'threejs-cameras.md',
|
|
|
- 'threejs-shadows.md',
|
|
|
- 'threejs-fog.md',
|
|
|
- 'threejs-rendertargets.md',
|
|
|
- 'threejs-custom-geometry.md',
|
|
|
- 'threejs-custom-buffergeometry.md',
|
|
|
- ],
|
|
|
'reference': [
|
|
|
'threejs-material-table.md',
|
|
|
],
|