mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-10 12:10:18 +00:00
Merge pull request #32243 from kekeqy/master
Add the missing method updateWorldMatrix() to the Object3D of tree.js.
This commit is contained in:
2
types/three/three-core.d.ts
vendored
2
types/three/three-core.d.ts
vendored
@@ -1837,6 +1837,8 @@ export class Object3D extends EventDispatcher {
|
||||
*/
|
||||
updateMatrixWorld(force: boolean): void;
|
||||
|
||||
updateWorldMatrix(updateParents: boolean, updateChildren: boolean): void;
|
||||
|
||||
toJSON(meta?: { geometries: any, materials: any, textures: any, images: any }): any;
|
||||
|
||||
clone(recursive?: boolean): this;
|
||||
|
||||
Reference in New Issue
Block a user