Point sprites

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Gorbstein
Posts: 37
Joined: Wed Nov 25, 2009 8:44 pm
Location: Scotland

Point sprites

Post 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!
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Point sprites are only supported in particle systems. You can choose those instead of the manually aligned billboarding particles.
Post Reply