Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global: Remove references to examples/js. #18743

Merged
merged 1 commit into from
Feb 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/en/animation/KeyframeTrack.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1>[name]</h1>

<p>
Some examples of how to manually create [page:AnimationClip AnimationClips] with different sorts
of KeyframeTracks can be found in the [link:https://threejs.org/examples/js/animation/AnimationClipCreator.js AnimationClipCreator]
of KeyframeTracks can be found in the [link:https://threejs.org/examples/jsm/animation/AnimationClipCreator.js AnimationClipCreator]
file.
</p>

Expand Down
6 changes: 3 additions & 3 deletions docs/api/en/cameras/StereoCamera.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ <h2>Example</h2>

<p>
This class is used internally in the files<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/effects/AnaglyphEffect.js examples/js/effects/AnaglyphEffect.js]<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/effects/ParallaxBarrierEffect.js examples/js/effects/ParallaxBarrierEffect.js]<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/effects/StereoEffect.js examples/js/effects/StereoEffect.js]<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/effects/AnaglyphEffect.js examples/jsm/effects/AnaglyphEffect.js]<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/effects/ParallaxBarrierEffect.js examples/jsm/effects/ParallaxBarrierEffect.js]<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/effects/StereoEffect.js examples/jsm/effects/StereoEffect.js]<br /><br />
used in the above examples.
</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/en/deprecated/DeprecatedList.html
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ <h3>[page:Object3D]</h3>

<h3>[page:LensFlare]</h3>
<p>
LensFlare has been moved to [link:https://github.com/mrdoob/three.js/blob/master/examples/js/objects/Lensflare.js /examples/js/objects/Lensflare.js].
LensFlare has been moved to [link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/objects/Lensflare.js /examples/jsm/objects/Lensflare.js].
</p>


Expand Down Expand Up @@ -509,7 +509,7 @@ <h3>[page:CanvasRenderer]</h3>
<h3>[page:Projector]</h3>
<p>
Projector has been moved to
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/renderers/Projector.js /examples/js/renderers/Projector.js].<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/renderers/Projector.js /examples/jsm/renderers/Projector.js].<br /><br />

Projector.projectVector() is now [page:Vector.project]().<br /><br />

Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/lights/RectAreaLight.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>[name]</h1>
<ul>
<li>There is no shadow support.</li>
<li>Only [page:MeshStandardMaterial MeshStandardMaterial] and [page:MeshPhysicalMaterial MeshPhysicalMaterial] are supported.</li>
<li>You have to include [link:https://threejs.org/examples/js/lights/RectAreaLightUniformsLib.js RectAreaLightUniformsLib] into your scene and call *init()*.</li>
<li>You have to include [link:https://threejs.org/examples/jsm/lights/RectAreaLightUniformsLib.js RectAreaLightUniformsLib] into your scene and call *init()*.</li>
</ul>
</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/en/loaders/CompressedTextureLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ <h1>[name]</h1>
<h2>Examples</h2>

<p>
See the [link:https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/DDSLoader.js DDSLoader]
and [link:https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/PVRLoader.js PVRLoader]
See the [link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/loaders/DDSLoader.js DDSLoader]
and [link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/loaders/PVRLoader.js PVRLoader]
for examples of derived classes.
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/loaders/DataTextureLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>[name]</h1>
<h2>Examples</h2>

<p>
See the [link:https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/RGBELoader.js RGBELoader]
See the [link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/loaders/RGBELoader.js RGBELoader]
for an example of a derived class.
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/animation/KeyframeTrack.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1>[name]</h1>
</ul>

<p>
可以在[link:https://threejs.org/examples/js/animation/AnimationClipCreator.js AnimationClipCreator]文件中找到用不同类型的关键帧轨道创建动画剪辑([page:AnimationClip AnimationClips])的示例。
可以在[link:https://threejs.org/examples/jsm/animation/AnimationClipCreator.js AnimationClipCreator]文件中找到用不同类型的关键帧轨道创建动画剪辑([page:AnimationClip AnimationClips])的示例。
</p>

<p>
Expand Down
6 changes: 3 additions & 3 deletions docs/api/zh/cameras/StereoCamera.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ <h2>示例</h2>

<p>
这些类在以上示例中的文件内部使用:<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/effects/AnaglyphEffect.js examples/js/effects/AnaglyphEffect.js]<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/effects/ParallaxBarrierEffect.js examples/js/effects/ParallaxBarrierEffect.js]<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/effects/StereoEffect.js examples/js/effects/StereoEffect.js]<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/effects/AnaglyphEffect.js examples/jsm/effects/AnaglyphEffect.js]<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/effects/ParallaxBarrierEffect.js examples/jsm/effects/ParallaxBarrierEffect.js]<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/effects/StereoEffect.js examples/jsm/effects/StereoEffect.js]<br /><br />
</p>


Expand Down
6 changes: 3 additions & 3 deletions docs/api/zh/deprecated/DeprecatedList.html
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ <h3>[page:Object3D]</h3>

<h3>[page:LensFlare]</h3>
<p>
LensFlare 已被移动到了 [link:https://github.com/mrdoob/three.js/blob/master/examples/js/objects/Lensflare.js /examples/js/objects/Lensflare.js].
LensFlare 已被移动到了 [link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/objects/Lensflare.js /examples/jsm/objects/Lensflare.js].
</p>


Expand Down Expand Up @@ -484,13 +484,13 @@ <h2>渲染器(Renderer)</h2>

<h3>[page:Projector]</h3>
<p>
CanvasRenderer 已被移动到了 [link:https://github.com/mrdoob/three.js/blob/master/examples/js/renderers/CanvasRenderer.js /examples/js/renderers/CanvasRenderer.js].
CanvasRenderer has been removed.
</p>

<h3>[page:Projector]</h3>
<p>
Projector 已被移动到了
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/renderers/Projector.js /examples/js/renderers/Projector.js]。<br /><br />
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/renderers/Projector.js /examples/jsm/renderers/Projector.js]。<br /><br />

Projector.projectVector() 现在是 [page:Vector.project]()。<br /><br />

Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/lights/RectAreaLight.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>平面光光源([name])</h1>
<ul>
<li>不支持阴影。</li>
<li>只支持 [page:MeshStandardMaterial MeshStandardMaterial] 和 [page:MeshPhysicalMaterial MeshPhysicalMaterial] 两种材质。</li>
<li>你必须在你的场景中加入 [link:https://threejs.org/examples/js/lights/RectAreaLightUniformsLib.js RectAreaLightUniformsLib] ,并调用*init()*。</li>
<li>你必须在你的场景中加入 [link:https://threejs.org/examples/jsm/lights/RectAreaLightUniformsLib.js RectAreaLightUniformsLib] ,并调用*init()*。</li>
</ul>
</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/api/zh/loaders/CompressedTextureLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ <h1>[name]</h1>
<h2>例子</h2>

<p>
请参考[link:https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/DDSLoader.js DDSLoader]
和[link:https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/PVRLoader.js PVRLoader]
请参考[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/loaders/DDSLoader.js DDSLoader]
和[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/loaders/PVRLoader.js PVRLoader]
子类的例子
</p>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/loaders/DataTextureLoader.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h1>[name]</h1>
<h2>例子</h2>

<p>
请参考[link:https://github.com/mrdoob/three.js/blob/master/examples/js/loaders/RGBELoader.js RGBELoader]
请参考[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/loaders/RGBELoader.js RGBELoader]
这个子类的例子。
</p>

Expand Down
4 changes: 2 additions & 2 deletions docs/examples/en/animations/CCDIKSolver.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>Example</h2>
var ikSolver;

// Load MMD resources and instantiate CCDIKSolver
new THREE.MMDLoader().load(
new MMDLoader().load(
'models/mmd/miku.pmd',
function ( mesh ) {

Expand Down Expand Up @@ -98,7 +98,7 @@ <h3>[method:CCDIKSolver update]()</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/animation/CCDIKSolver.js examples/js/animation/CCDIKSolver.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/animation/CCDIKSolver.js examples/jsm/animation/CCDIKSolver.js]
</p>
</body>
</html>
6 changes: 3 additions & 3 deletions docs/examples/en/animations/MMDAnimationHelper.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ <h2>Example</h2>

<code>
// Instantiate a helper
var helper = new THREE.MMDAnimationHelper();
var helper = new MMDAnimationHelper();

// Load MMD resources and add to helper
new THREE.MMDLoader().loadWithAnimation(
new MMDLoader().loadWithAnimation(
'models/mmd/miku.pmd',
'models/mmd/dance.vmd',
function ( mmd ) {
Expand Down Expand Up @@ -165,7 +165,7 @@ <h3>[method:MMDAnimationHelper update]( [param:Nummber delta] )</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/animation/MMDAnimationHelper.js examples/js/animation/MMDAnimationHelper.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/animation/MMDAnimationHelper.js examples/jsm/animation/MMDAnimationHelper.js]
</p>
</body>
</html>
6 changes: 3 additions & 3 deletions docs/examples/en/animations/MMDPhysics.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ <h2>Example</h2>
var physics;

// Load MMD resources and instantiate MMDPhysics
new THREE.MMDLoader().load(
new MMDLoader().load(
'models/mmd/miku.pmd',
function ( mesh ) {

physics = new THREE.MMDPhysics( mesh )
physics = new MMDPhysics( mesh )
scene.add( mesh );

}
Expand Down Expand Up @@ -108,7 +108,7 @@ <h3>[method:CCDIKSolver warmup]( [param:Integer cycles] )</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/animation/MMDPhysics.js examples/js/animation/MMDPhysics.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/animation/MMDPhysics.js examples/jsm/animation/MMDPhysics.js]
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/en/controls/DeviceOrientationControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ <h3>[method:null update] ()</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/controls/DeviceOrientationControls.js examples/js/controls/DeviceOrientationControls.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/DeviceOrientationControls.js examples/jsm/controls/DeviceOrientationControls.js]
</p>
</body>
</html>
6 changes: 3 additions & 3 deletions docs/examples/en/controls/DragControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h2>Example</h2>
<p>[example:misc_controls_drag misc / controls / drag ]</p>

<code>
var controls = new THREE.DragControls( objects, camera, renderer.domElement );
var controls = new DragControls( objects, camera, renderer.domElement );

// add event listener to highlight dragged objects

Expand Down Expand Up @@ -93,7 +93,7 @@ <h3>[property:Boolean enabled]</h3>

<h3>[property:Boolean transformGroup]</h3>
<p>
This option only works if the [page:DragControls.objects] array contains a single draggable group object.
This option only works if the [page:DragControls.objects] array contains a single draggable group object.
If set to *true*, [name] does not transform individual objects but the entire group. Default is *false*.
</p>

Expand Down Expand Up @@ -124,7 +124,7 @@ <h3>[method:Array getObjects] ()</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/controls/DragControls.js examples/js/controls/DragControls.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/DragControls.js examples/jsm/controls/DragControls.js]
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/en/controls/FirstPersonControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <h3>[method:null update] ( [param:Number delta] )</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/controls/FirstPersonControls.js examples/js/controls/FirstPersonControls.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/FirstPersonControls.js examples/jsm/controls/FirstPersonControls.js]
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/en/controls/FlyControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h3>[method:null update] ( [param:Number delta] )</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/controls/FlyControls.js examples/js/controls/FlyControls.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/FlyControls.js examples/jsm/controls/FlyControls.js]
</p>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/examples/en/controls/OrbitControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h2>Example</h2>

var camera = new THREE.PerspectiveCamera( 45, window.innerWidth / window.innerHeight, 1, 10000 );

var controls = new THREE.OrbitControls( camera, renderer.domElement );
var controls = new OrbitControls( camera, renderer.domElement );

//controls.update() must be called after any manual changes to the camera's transform
camera.position.set( 0, 20, 100 );
Expand Down Expand Up @@ -292,7 +292,7 @@ <h3>[method:Boolean update] ()</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/controls/OrbitControls.js examples/js/controls/OrbitControls.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/OrbitControls.js examples/jsm/controls/OrbitControls.js]
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/en/controls/PointerLockControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h3>[method:null unlock] ()</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/controls/PointerLockControls.js examples/js/controls/PointerLockControls.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/PointerLockControls.js examples/jsm/controls/PointerLockControls.js]
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/en/controls/TrackballControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h3>[method:null zoomCamera] ()</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/controls/TrackballControls.js examples/js/controls/TrackballControls.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/TrackballControls.js examples/jsm/controls/TrackballControls.js]
</p>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/en/controls/TransformControls.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h3>[method:null setTranslationSnap] ( [param:Number translationSnap] )</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/controls/TransformControls.js examples/js/controls/TransformControls.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/TransformControls.js examples/jsm/controls/TransformControls.js]
</p>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/examples/en/exporters/ColladaExporter.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>Example</h2>

<code>
// Instantiate an exporter
var exporter = new THREE.ColladaExporter();
var exporter = new ColladaExporter();

// Parse the input and generate the ply output
var data = exporter.parse( scene, null, options );
Expand Down Expand Up @@ -77,7 +77,7 @@ <h3>[method:null parse]( [param:Object3D input], [param:Function onCompleted], [
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/exporters/ColladaExporter.js examples/js/exporters/ColladaExporter.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/exporters/ColladaExporter.js examples/jsm/exporters/ColladaExporter.js]
</p>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/examples/en/exporters/GLTFExporter.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2>Example</h2>

<code>
// Instantiate a exporter
var exporter = new THREE.GLTFExporter();
var exporter = new GLTFExporter();

// Parse the input and generate the glTF output
exporter.parse( scene, function ( gltf ) {
Expand Down Expand Up @@ -108,7 +108,7 @@ <h3>[method:null parse]( [param:Object3D input], [param:Function onCompleted], [
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/exporters/GLTFExporter.js examples/js/exporters/GLTFExporter.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/exporters/GLTFExporter.js examples/jsm/exporters/GLTFExporter.js]
</p>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/examples/en/exporters/PLYExporter.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>Example</h2>

<code>
// Instantiate an exporter
var exporter = new THREE.PLYExporter();
var exporter = new PLYExporter();

// Parse the input and generate the ply output
var data = exporter.parse( scene, options );
Expand Down Expand Up @@ -60,7 +60,7 @@ <h3>[method:null parse]( [param:Object3D input], [param:Function onDone], [param
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/exporters/PLYExporter.js examples/js/exporters/PLYExporter.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/exporters/PLYExporter.js examples/jsm/exporters/PLYExporter.js]
</p>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/examples/en/geometries/ConvexBufferGeometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h2>Example</h2>

<p>[example:webgl_geometry_convex geometry / convex ]</p>

<code>var geometry = new THREE.ConvexBufferGeometry( points );
<code>var geometry = new ConvexBufferGeometry( points );
var material = new THREE.MeshBasicMaterial( {color: 0x00ff00} );
var mesh = new THREE.Mesh( geometry, material );
scene.add( mesh );
Expand All @@ -53,7 +53,7 @@ <h3>[name]( [param:Array points] )</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/geometries/ConvexGeometry.js examples/js/geometries/ConvexGeometry.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/geometries/ConvexGeometry.js examples/jsm/geometries/ConvexGeometry.js]
</p>
</body>
</html>
4 changes: 2 additions & 2 deletions docs/examples/en/geometries/ConvexGeometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h2>Example</h2>

<p>[example:webgl_geometry_convex geometry / convex ]</p>

<code>var geometry = new THREE.ConvexGeometry( points );
<code>var geometry = new ConvexGeometry( points );
var material = new THREE.MeshBasicMaterial( {color: 0x00ff00} );
var mesh = new THREE.Mesh( geometry, material );
scene.add( mesh );
Expand All @@ -52,7 +52,7 @@ <h3>[name]( [param:Array points] )</h3>
<h2>Source</h2>

<p>
[link:https://github.com/mrdoob/three.js/blob/master/examples/js/geometries/ConvexGeometry.js examples/js/geometries/ConvexGeometry.js]
[link:https://github.com/mrdoob/three.js/blob/master/examples/jsm/geometries/ConvexGeometry.js examples/jsm/geometries/ConvexGeometry.js]
</p>
</body>
</html>
Loading