mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-12 12:54:01 +02:00
wip
This commit is contained in:
@@ -192,7 +192,7 @@ export class ModelManager {
|
||||
private bakedMeshes: BABYLON.Mesh[] = [];
|
||||
private hasTexture: boolean;
|
||||
|
||||
constructor(root: BABYLON.Mesh, originalMeshes: BABYLON.Mesh[], hasTexture: boolean, bakedCallback: (() => void) | null = null) {
|
||||
constructor(root: BABYLON.Mesh, originalMeshes: BABYLON.Mesh[], hasTexture: boolean, bakedCallback: ((meshes: BABYLON.Mesh[]) => void) | null = null) {
|
||||
this.root = root;
|
||||
this.originalMeshes = originalMeshes;
|
||||
this.hasTexture = hasTexture;
|
||||
|
||||
Reference in New Issue
Block a user