Seems Like I didn't want a dependency to Managed Direct Input.
Edit:
Seem Like you didn't want it either after all.
Search found 30 matches
- Fri Nov 17, 2006 5:05 pm
- Forum: Irrlicht.NET
- Topic: Multiple-key input?
- Replies: 9
- Views: 4343
- Sat Jul 08, 2006 9:02 am
- Forum: Irrlicht.NET
- Topic: Cumber Syntax in Irrlicht.NET
- Replies: 2
- Views: 1329
- Sat Jun 24, 2006 10:17 am
- Forum: Irrlicht.NET
- Topic: incorrect bounding box with .X animated meshes???
- Replies: 1
- Views: 1300
Feed all the vertices to Newton and let collision be handled. Or if simple convex such as Box, sphere, ellipse would suffice you can calculate sizes yourself and feed them into Newton. Sjef van Leeuwen translated the Newton tutorial to Irrlicht.NET, download it here http://irrlicht.sourceforge.net/d...
- Sat Jun 24, 2006 10:10 am
- Forum: Irrlicht.NET
- Topic: is irrlicht.net ready for making product?
- Replies: 2
- Views: 1618
- Sat Jun 24, 2006 10:09 am
- Forum: Irrlicht.NET
- Topic: Embedded irrlicht in aspx doc
- Replies: 1
- Views: 1507
- Tue Jun 06, 2006 4:29 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht.NET with ASP.NET?
- Replies: 2
- Views: 1761
- Thu Jun 01, 2006 3:39 pm
- Forum: Irrlicht.NET
- Topic: IrrlichtException Object?
- Replies: 4
- Views: 1702
- Tue May 30, 2006 5:21 pm
- Forum: Irrlicht.NET
- Topic: Compiling Irrlicht.NET with VS 2005
- Replies: 4
- Views: 2390
- Tue May 30, 2006 3:18 pm
- Forum: Irrlicht.NET
- Topic: Compiling Irrlicht.NET with VS 2005
- Replies: 4
- Views: 2390
There are more issues than Paramflag, you can find how to resolve that in this forum, it has been discussed before. There are more issues, the old clr syntax will not solve everything. For example there is no default constructor in value classes, so after fixing the paramflags, it will bring up a lo...
- Wed May 24, 2006 3:13 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht in a WinForm!
- Replies: 32
- Views: 8838
In the constructor of your form after
Use
Code: Select all
InitializeComponent();
Code: Select all
CheckForIllegalCrossThreadCalls = false;
- Wed May 24, 2006 9:18 am
- Forum: Irrlicht.NET
- Topic: Irrlicht in a WinForm!
- Replies: 32
- Views: 8838
- Wed May 24, 2006 9:13 am
- Forum: Irrlicht.NET
- Topic: Physics and Irrlicht.NET, the revenge!!
- Replies: 3
- Views: 1938
- Tue May 23, 2006 7:26 pm
- Forum: Irrlicht.NET
- Topic: Irrlicht in a WinForm!
- Replies: 32
- Views: 8838
- Mon May 22, 2006 11:56 am
- Forum: Irrlicht.NET
- Topic: Synchronizing physics across the network.
- Replies: 0
- Views: 1070
Synchronizing physics across the network.
This probably has to do more with physics than irrlicht itself but maybe people within this group have looked into this. The only document i can find in order to synchronize physics across the network is this one: http://www.gaffer.org/articles/NetworkedPhysics.html I am looking at the best implemen...
- Wed May 17, 2006 2:52 pm
- Forum: Irrlicht.NET
- Topic: Multiple-key input?
- Replies: 9
- Views: 4343
If you are willing to do your own implementation instead of irrlicht's, you could take a look at http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=12301