Search found 3 matches

by TYLENOL
Mon Mar 08, 2004 7:59 pm
Forum: Advanced Help
Topic: Event Reciever occasionally crashes (rarely)
Replies: 8
Views: 1503

Hi,

my guess:

Code: Select all

irrDevice->getSceneManager() == NULL
(it's returning null).
by TYLENOL
Mon Feb 09, 2004 5:47 pm
Forum: Advanced Help
Topic: why drawIndexedTriangleList ?
Replies: 1
Views: 715

why drawIndexedTriangleList ?

Hi niko and IrrLicht fans (like me)!

Maybe I miss the point but, why "drawIndexedTriangleList" function have so many parameters (vertices, vertexCount, indexList, triangleCount) if it is called (almost) always the same way:

scene::IMeshBuffer* mb = m->getMeshBuffer(i);
...
driver ...
by TYLENOL
Tue Feb 03, 2004 6:14 pm
Forum: Beginners Help
Topic: Cel Shading.... A method for irrlicht???
Replies: 8
Views: 1238

Hi!
1) Niko great work.

2) If I am able to make my modifications work, I will definatly release it. Oh question, are there any plans to implement triangle strips? If not, I will also look at modifying the engine to use the tri stripper library
http://users.pandora.be/tfautre/softdev/tristripper ...