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