Search found 4 matches
- Thu Nov 29, 2007 9:03 pm
- Forum: Everything 2d/3d Graphics
- Topic: A few fairly noobish questions about 2D -> 3D
- Replies: 5
- Views: 1371
- Wed Nov 28, 2007 5:50 pm
- Forum: Everything 2d/3d Graphics
- Topic: A few fairly noobish questions about 2D -> 3D
- Replies: 5
- Views: 1371
Well, I did manage to deal with the crash, I changed few things and then it suddenly started working. The question about the camera position still remains. I turned out that if you want to view the full plane on 800x600 window (the plane i 800x600 on depth 0) you have to put the camera at something ...
- Wed Nov 28, 2007 9:37 am
- Forum: Everything 2d/3d Graphics
- Topic: A few fairly noobish questions about 2D -> 3D
- Replies: 5
- Views: 1371
Thank you for your fast reply... This code may be a little unfinished, unstructured or wrong, but it's all I could assemble for now... http://allisdesign.com/Program.cs As you can see, it's all in one try-catch, the console on my computer prints nothing and it simply crashes (send/don't send error r...
- Wed Nov 28, 2007 8:26 am
- Forum: Everything 2d/3d Graphics
- Topic: A few fairly noobish questions about 2D -> 3D
- Replies: 5
- Views: 1371
A few fairly noobish questions about 2D -> 3D
Hello, I'm making currently a 2D game. I saw Irrlicht has the wonderful Draw2DImage function, however it's too simple for my needs. I need rotation, scaling, etc. which I didn't saw in Irrlicht. So I decided to go 3D and simply make a plane at 0 depth, filled with rectangles (made of 2 triangles eac...