We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3903dab + e0ba029 commit a387092Copy full SHA for a387092
docs/data/Welcome.md
@@ -18,7 +18,7 @@ const app = new WHS.App([
18
new WHS.SceneModule(), // Create a new THREE.Scene and set it to app.
19
20
new WHS.DefineModule('camera', new WHS.PerspectiveCamera({ // Apply a camera.
21
- position: new Vector3(0, 0, 50)
+ position: new THREE.Vector3(0, 0, 50)
22
})),
23
24
new WHS.RenderingModule({bgColor: 0x162129}), // Apply THREE.WebGLRenderer
0 commit comments