You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to have materials display correctly, you need to set side as BackSide or DoubleSide. I don't think this is particularly intuitive. I reversed the array in geometry.js and it works fine now. Not sure if this is something you want fixed but I thought it was worth mentioning! Haven't tested with UVs yet.
The text was updated successfully, but these errors were encountered:
That would be great. I know i did a bit of fudging with the numbers to get something on screen, and usually DoubleSide is a smell when doing geometries.
Currently, to have materials display correctly, you need to set
side
asBackSide
orDoubleSide
. I don't think this is particularly intuitive. I reversed the array ingeometry.js
and it works fine now. Not sure if this is something you want fixed but I thought it was worth mentioning! Haven't tested with UVs yet.The text was updated successfully, but these errors were encountered: