Search found 9 matches

by eax
Sat Oct 02, 2004 5:46 pm
Forum: Bug reports
Topic: Addon: SViewFrustrum::classifyBoxRelation()
Replies: 2
Views: 789

Was added today to Irrlicht NX CVS.
by eax
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 ...
by eax
Tue Feb 10, 2004 6:18 pm
Forum: Beginners Help
Topic: Bug in draw3DBox() ?
Replies: 3
Views: 471

It works if you set the last param (thickness) to 0.0f.

But, thickness > 0.0f looks still buggy to me... ;)

I don't see any sense in this param... does anybody really use it?
by eax
Mon Feb 09, 2004 9:10 pm
Forum: Beginners Help
Topic: Bug in draw3DBox() ?
Replies: 3
Views: 471

No. Same problem on all 3 devices. I will wirte a patch (at least for DX).
by eax
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...
by eax
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.
by eax
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?
by eax
Sun Dec 21, 2003 11:11 am
Forum: Off-topic
Topic: Which is the Linux Distribution you prefer?
Replies: 14
Views: 3495

I use Gentoo too.
by eax
Sun Dec 14, 2003 1:30 pm
Forum: Advanced Help
Topic: draw2DImage: Image not rendered correctly
Replies: 3
Views: 2160

I'm allready using version 0.4.2. It works fine with a power of two resolution.

thx