mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update haniwa.ts
This commit is contained in:
parent
897199a807
commit
bd6e443cec
1 changed files with 2 additions and 2 deletions
|
|
@ -21,10 +21,10 @@ export const haniwa = defineFuniture(haniwa_schema, {
|
|||
applyBodyMat();
|
||||
|
||||
const applyInsideColor = () => {
|
||||
insideMaterial.emissiveColor = new BABYLON.Color3(options.insideColor.color[0], options.insideColor.color[1], options.insideColor.color[2]);
|
||||
insideMaterial.emissiveColor = new BABYLON.Color3(options.insideColor[0], options.insideColor[1], options.insideColor[2]);
|
||||
};
|
||||
|
||||
applyInsideMat();
|
||||
applyInsideColor();
|
||||
|
||||
return {
|
||||
onOptionsUpdated: ([k, v]) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue