mirror of
https://github.com/wahyd4/three.js.git
synced 2026-08-29 06:45:57 +10:00
- Added Camera3D.autoUpdateMatrix
- Added Object3D.autoUpdateMatrix
This commit is contained in:
@@ -13,6 +13,8 @@ THREE.Object3D = function (material) {
|
||||
|
||||
this.material = material instanceof Array ? material : [material];
|
||||
|
||||
this.autoUpdateMatrix = true;
|
||||
|
||||
this.updateMatrix = function () {
|
||||
|
||||
this.matrix.identity();
|
||||
|
||||
Reference in New Issue
Block a user