Search found 4 matches

by rayn
Sat Apr 19, 2008 4:32 am
Forum: Beginners Help
Topic: How to draw cylinder, again?
Replies: 2
Views: 480

Thanks, Kriolyth.
Now it works. I just miscounted number of indices
by rayn
Fri Apr 18, 2008 7:51 pm
Forum: Beginners Help
Topic: How to draw cylinder, again?
Replies: 2
Views: 480

How to draw cylinder, again?

Hi, this is newbie question, but I can't get this working for 3 days already. I need to implement scenenode that draws cylinder and I can't use any mesh file. My cylinder actually should be N-sided prism with quite big N . I took CustomSceneNode example and tried to make a prism, with it's base lyin...
by rayn
Tue Apr 08, 2008 3:55 am
Forum: Beginners Help
Topic: *.irr file loading question
Replies: 2
Views: 112

Thank you, that's answer I needed:)

No, I'm not using irrEdit for this project, instead I'm writing simple editor for my purposes.
by rayn
Mon Apr 07, 2008 7:13 pm
Forum: Beginners Help
Topic: *.irr file loading question
Replies: 2
Views: 112

*.irr file loading question

Hi! I was searching forum for a while, but didn't find exact answer. So: I need to be able to recursively load one irr file from another. For example - we read 1.irr and then find a node sending us to 2.irr. We create empty scene node (x) and load 2.irr, making everything we find there, children of ...