which driver supports "non-power-of-two textures" ?
the driver means ... hardware driver ? or ... ?
Search found 40 matches
- Sun Jan 07, 2007 4:41 pm
- Forum: Beginners Help
- Topic: driver that supports "Non-power-of-two textures"
- Replies: 0
- Views: 207
- Sat Jan 06, 2007 6:33 pm
- Forum: Beginners Help
- Topic: [SOLVED] Resolution & Quality [ Widescreen Question ]
- Replies: 13
- Views: 1157
- Fri Jan 05, 2007 3:21 pm
- Forum: Beginners Help
- Topic: [SOLVED] Resolution & Quality [ Widescreen Question ]
- Replies: 13
- Views: 1157
- Fri Jan 05, 2007 9:46 am
- Forum: Open Discussion and Dev Announcements
- Topic: slow progress on updates of Irrlicht.NET
- Replies: 12
- Views: 1975
- Fri Jan 05, 2007 7:59 am
- Forum: Beginners Help
- Topic: [SOLVED] Resolution & Quality [ Widescreen Question ]
- Replies: 13
- Views: 1157
- Thu Jan 04, 2007 1:55 am
- Forum: Beginners Help
- Topic: [SOLVED] Resolution & Quality [ Widescreen Question ]
- Replies: 13
- Views: 1157
- Wed Jan 03, 2007 10:12 am
- Forum: Beginners Help
- Topic: [SOLVED] Resolution & Quality [ Widescreen Question ]
- Replies: 13
- Views: 1157
- Wed Jan 03, 2007 8:13 am
- Forum: Beginners Help
- Topic: [SOLVED] Resolution & Quality [ Widescreen Question ]
- Replies: 13
- Views: 1157
- Tue Jan 02, 2007 8:42 am
- Forum: Beginners Help
- Topic: [SOLVED] Resolution & Quality [ Widescreen Question ]
- Replies: 13
- Views: 1157
[SOLVED] Resolution & Quality [ Widescreen Question ]
I've solved my previous problem on adding images to Irrlicht program .
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=18024
but now , there is a similar problem .
I use AddImage function to add an image of dimension 1024x 768 to my program . when it is shown on 4:3 PC (1280x 1024) , it ...
http://irrlicht.sourceforge.net/phpBB2/viewtopic.php?t=18024
but now , there is a similar problem .
I use AddImage function to add an image of dimension 1024x 768 to my program . when it is shown on 4:3 PC (1280x 1024) , it ...
- Sun Dec 31, 2006 3:10 pm
- Forum: Open Discussion and Dev Announcements
- Topic: slow progress on updates of Irrlicht.NET
- Replies: 12
- Views: 1975
um...
i am a .NET programmer, which uses C# as the main programming language. before using Irrlicht, i use a 3D Engine called Lucid platform (which is an academic-use engine ) to write my 3D game . it provides the function very similar to Irrlicht, but it uses C++ as programming language.
i take a ...
i am a .NET programmer, which uses C# as the main programming language. before using Irrlicht, i use a 3D Engine called Lucid platform (which is an academic-use engine ) to write my 3D game . it provides the function very similar to Irrlicht, but it uses C++ as programming language.
i take a ...
- Sat Dec 30, 2006 2:37 am
- Forum: Open Discussion and Dev Announcements
- Topic: slow progress on updates of Irrlicht.NET
- Replies: 12
- Views: 1975
slow progress on updates of Irrlicht.NET
will Irrlicht.NET be given up ?
as i see nearly no update on Irrlicht 1.2 on .NET part
the whole library , compared with Irrlicht (non .NET), is much smaller and with much fewer useful classes .
(obviously , less support is given to .NET programmers in this forum , as i can see most of you are ...
as i see nearly no update on Irrlicht 1.2 on .NET part
the whole library , compared with Irrlicht (non .NET), is much smaller and with much fewer useful classes .
(obviously , less support is given to .NET programmers in this forum , as i can see most of you are ...
- Tue Dec 26, 2006 5:43 pm
- Forum: Bug reports
- Topic: [1.2] [.NET] AccessViolationException error
- Replies: 2
- Views: 473
Stack Trace :
well ... it does not tell where the error locates .
Code: Select all
at irr.IUnknown.drop(IUnknown* )
at Irrlicht.Scene.ISceneNode.Finalize()
- Tue Dec 26, 2006 5:10 pm
- Forum: Bug reports
- Topic: [1.2] [.NET] AccessViolationException error
- Replies: 2
- Views: 473
- Tue Dec 26, 2006 5:06 pm
- Forum: Bug reports
- Topic: OpenGL/DirectX differences...
- Replies: 3
- Views: 915
- Tue Dec 26, 2006 5:05 pm
- Forum: Bug reports
- Topic: [1.2] [.NET] AccessViolationException error
- Replies: 2
- Views: 473
[1.2] [.NET] AccessViolationException error
i don't know whether it is a bug ... correct me if it is not .
i receive this error occasionally during runtime after i ported my application from Irrlicht 1.1 to 1.2 .
the stack trace said that it is the IUnknown error in Irrlicht.NET.dll .
the error never appears in 1.1 .
is it possible a ...
i receive this error occasionally during runtime after i ported my application from Irrlicht 1.1 to 1.2 .
the stack trace said that it is the IUnknown error in Irrlicht.NET.dll .
the error never appears in 1.1 .
is it possible a ...