Double side enabling
Blitz3D Forums/Blitz3D Programming/Double side enabling| 
 | ||
| ..I have one plane textured by animated texture(fire) I want it to be double sided textured..how to enable this? | 
| 
 | ||
| EntityFx entity,16 | 
| 
 | ||
| ..ggeeezzz..... | 
| 
 | ||
| there's also, a very dumb way to do that, you can copy entity the plane and rotate it 180 and make it a child of the original plane, but its not really useful. |