What to name a 2-sided billboardish style node?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
saigumi
Posts: 921
Joined: Fri Aug 22, 2003 11:31 am
Location: St. Louis, MO USA
Contact:

What to name a 2-sided billboardish style node?

Post by saigumi »

For a project, I made a new node type. It's like the TestSceneNode, but is only a two sided, piece of paper-like object instead of a box.

Is there a 3d name for such an object already? It's like a billboard in the fact that it's a flat surface, but it doesn't always face forward. I don't think it meets the requirements of an axial billboard since an axial billbard is one sided also and always faces a certain point.

This is basically a piece of paper and would be usefull in projects that want Paper Mario style graphics.

I tried looking through all my graphics books but couldn't figure out the name for it.

I'm currently calling it a TileSceneNode, which is the closest I could come up with.

Anyone know?
Crud, how do I do this again?
Harry_Mystic
Posts: 32
Joined: Sun Nov 23, 2003 10:23 pm

Post by Harry_Mystic »

Does is look like the Plane mesh in Blender? Then another possible name could be PlaneSceneNode.
But TileSceneNode sounds good as well.
Post Reply