Search found 3 matches
- Wed Apr 07, 2004 6:37 pm
- Forum: Advanced Help
- Topic: Performance problems due to high RAM consumption
- Replies: 27
- Views: 7175
- Tue Apr 06, 2004 11:46 pm
- Forum: Advanced Help
- Topic: Performance problems due to high RAM consumption
- Replies: 27
- Views: 7175
- Tue Apr 06, 2004 3:24 pm
- Forum: Advanced Help
- Topic: Triangle Limit ??
- Replies: 5
- Views: 912
The problem here has its roots in hardware. The reason why the indices are of u16 type is because all but the more recent graphics cards have only a 16bit index buffer. Even if Irrlicht did represent the indices as u32 the chances are that the graphics card won't be capable of receiving a buffer ...