mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update utility.ts
This commit is contained in:
parent
dc6ac2529f
commit
09d5502eb6
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ export class ModelManager {
|
|||
private bakedMeshes: BABYLON.Mesh[] = [];
|
||||
private hasTexture: boolean;
|
||||
|
||||
constructor(root: BABYLON.Mesh, originalMeshes: BABYLON.Mesh[], hasTexture: boolean, bakedCallback: ((meshes: (BABYLON.Mesh | BABYLON.AbstractMesh)[]) => void) | null = null) {
|
||||
constructor(root: BABYLON.TransformNode, originalMeshes: BABYLON.Mesh[], hasTexture: boolean, bakedCallback: ((meshes: (BABYLON.Mesh | BABYLON.AbstractMesh)[]) => void) | null = null) {
|
||||
this.root = root;
|
||||
this.originalMeshes = originalMeshes;
|
||||
this.hasTexture = hasTexture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue