Search found 9 matches
- Sat Oct 02, 2004 5:46 pm
- Forum: Bug reports
- Topic: Addon: SViewFrustrum::classifyBoxRelation()
- Replies: 2
- Views: 789
- Wed Sep 29, 2004 5:57 pm
- Forum: Bug reports
- Topic: Addon: SViewFrustrum::classifyBoxRelation()
- Replies: 2
- Views: 789
Addon: SViewFrustrum::classifyBoxRelation()
Hi all I added a new function to the SViewFrustrum struct. It classifys the relation of a aabbox to the frustum. Return values are: 0 = Whole box is outside the frustum, 1 = Box intersects with frustum, 2 = Whole box is inside the frustum This is kinda helpful for quadtree frustum culling. Diff can ...
- Tue Feb 10, 2004 6:18 pm
- Forum: Beginners Help
- Topic: Bug in draw3DBox() ?
- Replies: 3
- Views: 471
- Mon Feb 09, 2004 9:10 pm
- Forum: Beginners Help
- Topic: Bug in draw3DBox() ?
- Replies: 3
- Views: 471
- Mon Feb 09, 2004 5:47 pm
- Forum: Beginners Help
- Topic: Bug in draw3DBox() ?
- Replies: 3
- Views: 471
Bug in draw3DBox() ?
The follwing code: vector3d<f32> vMax( 1.0f, 1.0f, 1.0f ); vector3d<f32> vMin( -1.0f, -1.0f, -1.0f ); aabbox3d<f32> myBox( vMin, vMax ); while( true && pIrrDevice->run() && driver) { ... driver->draw3DBox( myBox, SColor(255,100,100,100), 1.0f ); ... } Results in: http://projectaqua.s...
- Tue Jan 06, 2004 6:01 pm
- Forum: Beginners Help
- Topic: glitch in draw2DImage
- Replies: 3
- Views: 591
see http://irrlicht.sourceforge.net/phpBB2/ ... .php?t=722
Niko wrote:
This is a bug, I think version 0.4.2 fixes this, try it out.
If it doesn't, you could change the resolution of your texture to a power of two size.
- Sun Jan 04, 2004 6:44 pm
- Forum: Beginners Help
- Topic: Triangle fans supported?
- Replies: 1
- Views: 446
Triangle fans supported?
Does Irrlicht support triangle fans (like DX)? I found only a function to draw indexed triangle lists. Will this feature be implemented in a future version or do I have to implement this myself?
- Sun Dec 21, 2003 11:11 am
- Forum: Off-topic
- Topic: Which is the Linux Distribution you prefer?
- Replies: 14
- Views: 3495
- Sun Dec 14, 2003 1:30 pm
- Forum: Advanced Help
- Topic: draw2DImage: Image not rendered correctly
- Replies: 3
- Views: 2160