Search found 3 matches

by archmager
Thu Dec 09, 2010 1:13 pm
Forum: Advanced Help
Topic: How to store a mesh in GPU
Replies: 1
Views: 492

How to store a mesh in GPU

I know this function have been added to irrlicht. How to use it?
by archmager
Wed Dec 08, 2010 9:06 am
Forum: Code Snippets
Topic: [HLSL]A Complete Shader Instancing Example
Replies: 19
Views: 10117

I tried this code with an mesh(size:100k) and rendered it for 100 times,but the speed is lower than the default method,I dont't kown the reason.
by archmager
Tue Nov 09, 2010 8:09 am
Forum: Beginners Help
Topic: How does Irrlicht export classes?
Replies: 1
Views: 233

How does Irrlicht export classes?

I recently write an dll, which need inherit CSceneManager. Unfortunately, I got a lot of link error. Lots of methods in C*** classes are regarded as unresolved external symbols(LNK 2001). the Irrlicht.lib had been linked in the program. What's wrong?
I checked Irrlicht, I can't find how Irrlicht ...