mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 14:04:08 +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!',
|
'This is a virtual space for Misskey users!',
|
||||||
//'You can chat, play games, and more!',
|
//'You can chat, play games, and more!',
|
||||||
//'Check out the bulletin board for announcements',
|
//'Check out the bulletin board for announcements',
|
||||||
|
'Have a nice day with Misskey!',
|
||||||
'MAINTENANCE will begin at 9:00 A.M.',
|
'MAINTENANCE will begin at 9:00 A.M.',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,11 @@ export const issyoubin = defineObject({
|
|||||||
hasCollisions: false,
|
hasCollisions: false,
|
||||||
hasTexture: true,
|
hasTexture: true,
|
||||||
createInstance: ({ model, options }) => {
|
createInstance: ({ model, options }) => {
|
||||||
|
for (const m of model.root.getChildMeshes()) {
|
||||||
|
if (m.material != null) {
|
||||||
|
(m.material as BABYLON.PBRMaterial).separateCullingPass = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
return {
|
return {
|
||||||
onOptionsUpdated: ([k, v]) => {
|
onOptionsUpdated: ([k, v]) => {
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user