Search found 7 matches
- Tue Jun 13, 2006 3:32 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht in a WinForm!
- Replies: 32
- Views: 13302
- Sun May 28, 2006 2:38 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht in a WinForm!
- Replies: 32
- Views: 13302
- Thu May 25, 2006 1:45 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht in a WinForm!
- Replies: 32
- Views: 13302
- Wed Apr 19, 2006 1:54 pm
- Forum: Irrlicht.NET
- Topic: Tutorials.Net
- Replies: 7
- Views: 2700
Re: Tutorials.Net
Irrlicht.NET is written in managed C++, so yes there is bound to be some issue since it is just a wrapper to the Irrlicht C++ library.
There is a project out there that is porting Irrlicht to C#, but its not yet completed.
There is a project out there that is porting Irrlicht to C#, but its not yet completed.
- Wed Apr 19, 2006 1:50 pm
- Forum: Bug reports
- Topic: .NET SceneManager missing GetRootNode
- Replies: 0
- Views: 308
.NET SceneManager missing GetRootNode
The SceneManager wrapper for Irrlicht.NET is missing the GetRootNode method, so it makes it impossible to clear all nodes from the scene manager.
Instead you have to insert an empty node and use that as your root node in which you load everything as a child off and then remove all nodes from your ...
Instead you have to insert an empty node and use that as your root node in which you load everything as a child off and then remove all nodes from your ...
- Fri Apr 14, 2006 3:01 pm
- Forum: Irrlicht.NET
- Topic: Matrix to Matrix4 to Matrix conversions
- Replies: 0
- Views: 1033
Matrix to Matrix4 to Matrix conversions
Just a pointer to my thread in the beginner forum that has to do with DirectX.Matrix to Matrix4 conversions in case someone monitoring this forum and not the other might know what it is. This seems to be specifically a Irrlicht.NET issue I *think*.
http://irrlicht.sourceforge.net/phpBB2/viewtopic ...
http://irrlicht.sourceforge.net/phpBB2/viewtopic ...
- Fri Apr 14, 2006 2:14 pm
- Forum: Beginners Help
- Topic: Matrix to Matrix4 to Matrix conversions
- Replies: 6
- Views: 1944