What is better: CMeshCombiner or CBatchingMesh?Lonesome Ducky wrote:To irrman, I think you should first try batching some of the cubes. This will be a much more significant speed increase.
Search found 10 matches
- Sun Apr 17, 2011 1:30 pm
- Forum: Beginners Help
- Topic: many objects in irrlicht
- Replies: 22
- Views: 1903
- Sat Apr 16, 2011 9:49 am
- Forum: Beginners Help
- Topic: many objects in irrlicht
- Replies: 22
- Views: 1903
- Fri Apr 15, 2011 4:46 pm
- Forum: Beginners Help
- Topic: many objects in irrlicht
- Replies: 22
- Views: 1903
No, this was a suggestion for the specific situation of xirtamatrix. for your case, you should read up the other blockworld implementations and suggestions there. It's basically complex index hanlding what you want to do. At least that's what I'd use. Can you tell me about this in more detail? (lin...
- Fri Apr 15, 2011 1:28 pm
- Forum: Beginners Help
- Topic: many objects in irrlicht
- Replies: 22
- Views: 1903
- Fri Apr 15, 2011 3:54 am
- Forum: Beginners Help
- Topic: many objects in irrlicht
- Replies: 22
- Views: 1903
- Thu Apr 14, 2011 2:48 pm
- Forum: Competition Time!
- Topic: Screenshot of the Month April 2011 [Winner announced!]
- Replies: 58
- Views: 24902
I trying to show 8 000 blocks without texture and get 8 fps Rather than using 8000 scene nodes use one which renders all cubes at once. The cube scene node should not be used for this. It's only for testing purpose. I'm working with irrlicht about 3 weeks. Please tell me how it works and how to rel...
- Thu Apr 14, 2011 1:50 pm
- Forum: Beginners Help
- Topic: many objects in irrlicht
- Replies: 22
- Views: 1903
- Thu Apr 14, 2011 11:35 am
- Forum: Beginners Help
- Topic: many objects in irrlicht
- Replies: 22
- Views: 1903
Thanks.
I found http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=39598, but at a distance the edges of cubes becoming a green / yellow.
How to fix it?
I found http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=39598, but at a distance the edges of cubes becoming a green / yellow.
How to fix it?
- Wed Apr 13, 2011 9:41 am
- Forum: Beginners Help
- Topic: many objects in irrlicht
- Replies: 22
- Views: 1903
many objects in irrlicht
Hello! How i can release occlusion culling in irrlicht? I am must showing many objects (cubes). When i am trying to show 8000 blocks i am getting 8 fps
Please, help me!
Please, help me!
- Wed Apr 13, 2011 9:25 am
- Forum: Competition Time!
- Topic: Screenshot of the Month April 2011 [Winner announced!]
- Replies: 58
- Views: 24902
Blockworld http://img820.imageshack.us/img820/4236/lake2.png Each randomly generated world is made of approximately 10 million cubes, which can all be modified. It can run at 100-150 fps on an average computer. It has real-time shadows for all the cubes, and flowing water, with support for multiple...