How do I…
How do i stop some of my textures from having a black background in ThreeJS extension
What is the expected result
The texture should have no background like i drew it.
What is the actual result
The background is black.
How do i stop some of my textures from having a black background in ThreeJS extension
The texture should have no background like i drew it.
The background is black.
Set the alpha in the behavior settings to .5, I think.
it worked, thanks for the tip