@@ -280,7 +280,7 @@ module.exports = {
280
280
version : new Types . Int ( - 1 ) ,
281
281
} ,
282
282
constructorArgs : [ 'array' , 'normalized' ] ,
283
- propsDefinedByThree : [ 'version' ]
283
+ propsDefinedByThree : [ 'version' , 'needsUpdate' ]
284
284
} ,
285
285
BufferGeometry : {
286
286
relativePath : './core/BufferGeometry' ,
@@ -389,7 +389,7 @@ module.exports = {
389
389
version : new Types . Int ( 0 ) ,
390
390
needsUpdate : new Types . Bool ( false ) ,
391
391
} ,
392
- propsDefinedByThree : [ 'version' ] ,
392
+ propsDefinedByThree : [ 'version' , 'needsUpdate' ] ,
393
393
constructorArgs : [ 'array' , 'stride' ] ,
394
394
} ,
395
395
InterleavedBufferAttribute : {
@@ -431,7 +431,7 @@ module.exports = {
431
431
frustumCulled : new Types . Bool ( true ) ,
432
432
renderOrder : new Types . Int ( 0 ) ,
433
433
} ,
434
- propsDefinedByThree : [ 'type' , 'rotation' , 'quaternion' ]
434
+ propsDefinedByThree : [ 'type' , 'rotation' , 'quaternion' , 'matrixWorldNeedsUpdate' ]
435
435
} ,
436
436
Blackbox : {
437
437
superClass : 'Object3D' ,
@@ -656,7 +656,7 @@ module.exports = {
656
656
visible : new Types . Bool ( true ) ,
657
657
opacity : new Types . Float ( 1.0 ) ,
658
658
} ,
659
- propsDefinedByThree : [ 'type' , 'needsUpdate' ]
659
+ propsDefinedByThree : [ 'type' ]
660
660
} ,
661
661
MeshBasicMaterial : {
662
662
relativePath : './materials/MeshBasicMaterial' ,
0 commit comments