mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-31 08:04:06 +02:00
Update randomBooks.ts
This commit is contained in:
@@ -46,7 +46,7 @@ export const randomBooks = defineObject({
|
|||||||
const bodyMesh = model.findMesh('__X_BODY__');
|
const bodyMesh = model.findMesh('__X_BODY__');
|
||||||
const tex = new BABYLON.Texture('/client-assets/room/objects/random-books/texture.png', scene, {
|
const tex = new BABYLON.Texture('/client-assets/room/objects/random-books/texture.png', scene, {
|
||||||
invertY: false,
|
invertY: false,
|
||||||
samplingMode: BABYLON.Texture.NEAREST_SAMPLINGMODE,
|
//samplingMode: BABYLON.Texture.NEAREST_SAMPLINGMODE,
|
||||||
});
|
});
|
||||||
bodyMesh.material.albedoTexture = tex;
|
bodyMesh.material.albedoTexture = tex;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user