svg extrude bevel uses bevelColor instead of color when bevelEnabled is false
instead svg extrude bevel should use color instead of bevelColor when bevelEnabled is false
in this example the yield teeth are white (per bevelColor) but should be red (per color)
https://3dstreet.app/#/scenes/206e81b2-ef21-403d-98e8-e4103f152a74.json
what if I make the attribute names like this?
- top element color - topColor
- main element color - color
- src for the top element - topSrc
- src for main - src
I think this names is more logical and more understandable. Is it too late to change now or will it take a long time to redo the attribute names in the current JSON files?
what if I make the attribute names like this?
- top element color - topColor
- main element color - color
- src for the top element - topSrc
- src for main - src
I have created PR with that change: https://github.com/3DStreet/3dstreet/pull/505 And also I have changed attr names in yout JSON scene with svg-extruder: changed-attr.json
I hope you have only one scene with svg-extruder... If not, let me know. I'll change names there too