mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-25 19:04:04 +02:00
wip
This commit is contained in:
@@ -19,6 +19,8 @@ export const tv = defineObject({
|
||||
const screenMesh = model.findMesh('__TV_SCREEN__');
|
||||
screenMesh.markVerticesDataAsUpdatable(BABYLON.VertexBuffer.UVKind, true);
|
||||
|
||||
model.bakeExcludeMeshes = [screenMesh];
|
||||
|
||||
initTv(room, screenMesh);
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user