|
@@ -10,6 +10,7 @@ var list = {
|
|
"Browser support": "manual/en/introduction/Browser-support",
|
|
"Browser support": "manual/en/introduction/Browser-support",
|
|
"WebGL compatibility check": "manual/en/introduction/WebGL-compatibility-check",
|
|
"WebGL compatibility check": "manual/en/introduction/WebGL-compatibility-check",
|
|
"How to run things locally": "manual/en/introduction/How-to-run-things-locally",
|
|
"How to run things locally": "manual/en/introduction/How-to-run-things-locally",
|
|
|
|
+ "How to use WebGL 2": "manual/en/introduction/How-to-use-WebGL2",
|
|
"Drawing lines": "manual/en/introduction/Drawing-lines",
|
|
"Drawing lines": "manual/en/introduction/Drawing-lines",
|
|
"Creating text": "manual/en/introduction/Creating-text",
|
|
"Creating text": "manual/en/introduction/Creating-text",
|
|
"Loading 3D models": "manual/en/introduction/Loading-3D-models",
|
|
"Loading 3D models": "manual/en/introduction/Loading-3D-models",
|
|
@@ -436,6 +437,7 @@ var list = {
|
|
"浏览器支持": "manual/zh/introduction/Browser-support",
|
|
"浏览器支持": "manual/zh/introduction/Browser-support",
|
|
"WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
|
|
"WebGL兼容性检查": "manual/zh/introduction/WebGL-compatibility-check",
|
|
"如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
|
|
"如何在本地运行Three.js": "manual/zh/introduction/How-to-run-things-locally",
|
|
|
|
+ "How to use WebGL 2": "manual/zh/introduction/How-to-use-WebGL2",
|
|
"画线": "manual/zh/introduction/Drawing-lines",
|
|
"画线": "manual/zh/introduction/Drawing-lines",
|
|
"创建文字": "manual/zh/introduction/Creating-text",
|
|
"创建文字": "manual/zh/introduction/Creating-text",
|
|
"载入3D模型": "manual/zh/introduction/Loading-3D-models",
|
|
"载入3D模型": "manual/zh/introduction/Loading-3D-models",
|
|
@@ -757,7 +759,7 @@ var list = {
|
|
"CompressedTexture": "api/zh/textures/CompressedTexture",
|
|
"CompressedTexture": "api/zh/textures/CompressedTexture",
|
|
"CubeTexture": "api/zh/textures/CubeTexture",
|
|
"CubeTexture": "api/zh/textures/CubeTexture",
|
|
"DataTexture": "api/zh/textures/DataTexture",
|
|
"DataTexture": "api/zh/textures/DataTexture",
|
|
- "DataTexture3D": "api/en/textures/DataTexture3D",
|
|
|
|
|
|
+ "DataTexture3D": "api/zh/textures/DataTexture3D",
|
|
"DepthTexture": "api/zh/textures/DepthTexture",
|
|
"DepthTexture": "api/zh/textures/DepthTexture",
|
|
"Texture": "api/zh/textures/Texture",
|
|
"Texture": "api/zh/textures/Texture",
|
|
"VideoTexture": "api/zh/textures/VideoTexture"
|
|
"VideoTexture": "api/zh/textures/VideoTexture"
|