mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-20 17:35:31 +02:00
wip
This commit is contained in:
@@ -19,6 +19,11 @@ export const issyoubin = defineObject({
|
||||
hasCollisions: false,
|
||||
hasTexture: true,
|
||||
createInstance: ({ model, options }) => {
|
||||
for (const m of model.root.getChildMeshes()) {
|
||||
if (m.material != null) {
|
||||
(m.material as BABYLON.PBRMaterial).separateCullingPass = true;
|
||||
}
|
||||
}
|
||||
return {
|
||||
onOptionsUpdated: ([k, v]) => {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user