@3dnest/wall-material-original
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -9,9 +9,9 @@ import * as Door from './src/Door/index.js'; | ||
export const setAlpha = alpha => STATE.alpha = alpha; | ||
export const setAlpha = (alpha = 0.01 ) => STATE.alpha = alpha; | ||
export const setPillarColor = color => STATE.pillarColor = color; | ||
export const setPillarColor = (color = 0x333333) => STATE.pillarColor = color; | ||
export const setLineColor = color => COLOR.stateless.line = color; | ||
export const setLineColor = (color = 0x000000) => COLOR.stateless.line = color; | ||
export const setArcLineColor = color => COLOR.stateless.arcLine = color; | ||
export const setArcLineColor = (color = 0x000000) => COLOR.stateless.arcLine = color; | ||
@@ -18,0 +18,0 @@ export const setColor = (lineColor = 0x000000, arcLineColor = 0x000000) => { |
{ | ||
"name": "@3dnest/wall-material-original", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"description": "> TODO: description", | ||
@@ -33,3 +33,3 @@ "author": "zhangsen <zhangsen@3dnest.cn>", | ||
}, | ||
"gitHead": "a005f4c09ce114a073ea3c0a25eceb7f83320dcc" | ||
"gitHead": "03c776c9878cdeba435fd71ccdd2e5e16c842bd5" | ||
} |
33394