mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-13 23:25:41 +02:00
wip
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -327,6 +327,7 @@ export class WorldEngine extends EventEmitter<WorldEngineEvents> {
|
||||
'This is a virtual space for Misskey users!',
|
||||
//'You can chat, play games, and more!',
|
||||
//'Check out the bulletin board for announcements',
|
||||
'Have a nice day with Misskey!',
|
||||
'MAINTENANCE will begin at 9:00 A.M.',
|
||||
];
|
||||
|
||||
|
||||
@@ -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