|
@@ -117,7 +117,7 @@
|
|
|
<h2>Core</h2>
|
|
|
|
|
|
<h3>[page:EventDispatcher]</h3>
|
|
|
- <div>EventDispatcher.apply has been has been removed. Inherit or Object.assign the prototype to mix-in instead.</div>
|
|
|
+ <div>EventDispatcher.apply has been removed. Inherit or Object.assign the prototype to mix-in instead.</div>
|
|
|
|
|
|
<h3>[page:Raycaster]</h3>
|
|
|
<div>Raycaster.params.PointCloud has been renamed to [page:Raycaster.params.Points].</div>
|
|
@@ -125,9 +125,9 @@
|
|
|
|
|
|
<h3>[page:Uniform]</h3>
|
|
|
<div>
|
|
|
- Uniform.dynamic has been has been removed. Use object.onBeforeRender() instead.<br /><br />
|
|
|
+ Uniform.dynamic has been removed. Use object.onBeforeRender() instead.<br /><br />
|
|
|
|
|
|
- Uniform.onUpdate has been has been removed. Use object.onBeforeRender() instead.
|
|
|
+ Uniform.onUpdate has been removed. Use object.onBeforeRender() instead.
|
|
|
</div>
|
|
|
|
|
|
|
|
@@ -316,7 +316,7 @@
|
|
|
|
|
|
Matrix4.setRotationFromQuaternion() has been renamed to [page:Matrix4.makeRotationFromQuaternion]( quaternion ).<br /><br />
|
|
|
|
|
|
- Matrix4.multiplyVector3() has been has been removed. Use vector.applyMatrix4( matrix ) instead.<br /><br />
|
|
|
+ Matrix4.multiplyVector3() has been removed. Use vector.applyMatrix4( matrix ) instead.<br /><br />
|
|
|
|
|
|
Matrix4.multiplyVector4() has been removed. Use vector.applyMatrix4( matrix ) instead.<br /><br />
|
|
|
|