Skip to content

Commit

Permalink
Update VatController.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
orion3dgames committed Oct 9, 2024
1 parent 5a04a98 commit 196697d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/Controllers/VatController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ export class VatController {
// update material
this.prepareMaterial(modelMeshMerged, race.key, entity.material);

console.log(race.key, entity);

// set mesh
modelMeshMerged.registerInstancedBuffer("bakedVertexAnimationSettingsInstanced", 4);
modelMeshMerged.instancedBuffers.bakedVertexAnimationSettingsInstanced = new Vector4(0, 0, 0, 0);
Expand Down

0 comments on commit 196697d

Please sign in to comment.