mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-09 04:56:01 +10:00
Non-WebGL renderers will need matrixRotationWorld to be computed too...
This commit is contained in:
@@ -103,6 +103,8 @@ THREE.Object3D.prototype = {
|
||||
|
||||
},
|
||||
|
||||
// TODO: Add link to parent so rotationWorld can be updated too.
|
||||
|
||||
update: function ( parentMatrixWorld, forceUpdate, camera ) {
|
||||
|
||||
if ( this.visible ) {
|
||||
|
||||
Reference in New Issue
Block a user