Search found 4 matches

by mariam
Thu Jun 23, 2011 6:53 pm
Forum: Bug reports
Topic: black lines on bigtexture using Burning'sSoftwareRenderer
Replies: 8
Views: 1881

No matter the mipmaps value. The problem has been partially solved with the following trick driver->OnResize( core::dimension2du( panelWidth [b]- 3[/b], panelHeight [b]- 3 [/b]) ); panelWidth and panelHeight are the visual component width and height respectively, we only reduce a little bit this dim...
by mariam
Wed Jun 22, 2011 5:41 pm
Forum: Bug reports
Topic: black lines on bigtexture using Burning'sSoftwareRenderer
Replies: 8
Views: 1881

We use this way: http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=29571&start=0&postdays=0&postorder=asc&highlight=&sid=32853651a746362f566d2177420699d9 And this is the way we render the texture: driver->setTextureCreationFlag( ETCF_CREATE_MIP_MAPS, false ); texture = drive...
by mariam
Wed Jun 22, 2011 2:32 pm
Forum: Bug reports
Topic: black lines on bigtexture using Burning'sSoftwareRenderer
Replies: 8
Views: 1881

This problem only happens using irrlicht embedded in a winform vc++ app and rendering with Burning's Software Renderer.
Here we post two screenshots.


Image
Image
by mariam
Tue Jun 21, 2011 7:54 pm
Forum: Bug reports
Topic: black lines on bigtexture using Burning'sSoftwareRenderer
Replies: 8
Views: 1881

black lines on bigtexture using Burning'sSoftwareRenderer

Irrlicht version: 1.7.2 OS:Windows xp/7 render : Burning's Software Renderer We are using irrlicht with winforms VC++application mapping big textures (up to 4096*1024) inside a cylinder to make a panoramic viewer. The rendering window is resizable, and every time it's resized, we update the camera's...