Page 1 of 1

Point sprites

Posted: Tue Jan 11, 2011 10:23 am
by Gorbstein
I noticed in the Irrlicht feature list that it supports point sprites.

Can someone give me an example of how to texture and draw a point sprite using Irrlicht, rather than using an IBillboardSceneNode?

Cheers!

Posted: Tue Jan 11, 2011 1:01 pm
by hybrid
Point sprites are only supported in particle systems. You can choose those instead of the manually aligned billboarding particles.