Search found 11 matches
- Sun Dec 23, 2007 11:45 am
- Forum: Code Snippets
- Topic: [DirectX] RenderTarget XXL (larger than screen size)
- Replies: 21
- Views: 16460
- Thu Nov 22, 2007 4:53 pm
- Forum: Beginners Help
- Topic: AccessViolationException strikes again! (C#)
- Replies: 2
- Views: 241
What do you mean with "no support for .NET languages"? There is a good working .NET Wrapper named Irrlicht CP NET
- Wed Oct 31, 2007 3:31 pm
- Forum: Beginners Help
- Topic: vector2d and position2d
- Replies: 20
- Views: 1691
- Fri Oct 26, 2007 12:43 pm
- Forum: Beginners Help
- Topic: vector2d and position2d
- Replies: 20
- Views: 1691
I still think that Position2d and Dimension2d should be replaced by Vector2d. The only different between Postion2d/Dimension2d and Vector2d is that Postion2d/Dimension2d can only hold 2 values and has operator overloads, whereas Vector2d has many additional functions like for example Interpolating. ...
- Wed Aug 01, 2007 12:58 pm
- Forum: Beginners Help
- Topic: My own Grid3DSceneNode always rendering behind IMeshes
- Replies: 5
- Views: 917
- Tue Jul 17, 2007 11:22 pm
- Forum: Beginners Help
- Topic: vector2d and position2d
- Replies: 20
- Views: 1691
Actually the fact that Irrlicht3D's vectors are actually POINTs in 3D space and not a direction and magnitude is kinda weird anyway. Not really. A vector can represent a position in 3d space or a direction/magnitude. Lots of engines combine these two concepts because they are so closely related. We...
- Mon Jul 16, 2007 9:46 am
- Forum: Bug reports
- Topic: [not a bug] Error in Rect Class?
- Replies: 2
- Views: 585
- Sun Jul 15, 2007 11:22 pm
- Forum: Beginners Help
- Topic: vector2d and position2d
- Replies: 20
- Views: 1691
- Sun Jul 15, 2007 9:52 pm
- Forum: Bug reports
- Topic: [not a bug] Error in Rect Class?
- Replies: 2
- Views: 585
[not a bug] Error in Rect Class?
I'm a bit confused about the behavior in the Rect class. Why? Well at the moment the Rect definition consist of two Positions, UpperLeft and LowerRight and the Width and Height are the difference of them. This means, if we have this Rect: (7w x 5h) +-----+ | | | | | | +-----+ ..the two Points are at...
- Fri Jun 15, 2007 10:34 am
- Forum: Irrlicht.NET
- Topic: .NET Wrapper or Irrlicht .NET CP? See last post by me...
- Replies: 13
- Views: 13056
- Tue Apr 03, 2007 10:11 pm
- Forum: Irrlicht.NET
- Topic: [.NET] How can I Render to Texture?
- Replies: 1
- Views: 1339
[.NET] How can I Render to Texture?
How can I render to Texture in Irrlicht.net? I can not see the createrendertexture function anywhere.