Page 1 of 1

3D Graphical Demo (non-gl)

Posted: 07 Nov 2010, 01:53
by dudmaster
Hello,

This is a program i created to show the graphics power of the NXT, but it does not use the gl 3D in NXC!
New version 1.2 includes:
  • Better graphics in 'Box' or 'Tube' mode
  • Am going to add new Shapes
  • Programmers wanted for tips on 3D
Program written in NXC, and requires NBC/NXC enhanced firmware for BTNEXIT use.

Download the Firmware here: http://bricxcc.sourceforge.net/lms_arm_nbcnxc.zip
(if you have BricxCC, it is already on your computer. go to C:\Program Files\BricxCC and look for lms_arm_nbcnxc_128.rfw or lms_arm_nbcnxc_131.rfw)

Upload the FW to your NXT.

Download the program.
Newest version released
3DShapes.zip
Place .ric files in C:\Program Files\BricxCC.

Upload program to NXT.

Play. Have fun!
-DUD "Learning 3D" MASTER

Re: 3D Graphical Demo (non-gl)

Posted: 07 Nov 2010, 05:37
by muntoo
dudmaster wrote:Welcome, Peeps!
Oh no. Not you, too! When will this horror end?

(Secretly, I'm very pleased that Xander ate your brain.)

Re: 3D Graphical Demo (non-gl)

Posted: 07 Nov 2010, 14:54
by dudmaster
hehehehe sorry. i'll change it! :lol: :lol: :lol:

Re: 3D Graphical Demo (non-gl)

Posted: 10 Nov 2010, 12:44
by dudmaster
New version! *bump*

Re: 3D Graphical Demo (non-gl)

Posted: 10 Nov 2010, 18:56
by afanofosc
In your program, as you "rotate" the object it looks like its shape is changing. That is not supposed to happen with 3d graphics. I would look up some references on the internet for how to do rotate, translate, and scale transformations of a 3d object using C.

John Hansen

Re: 3D Graphical Demo (non-gl)

Posted: 11 Nov 2010, 13:02
by dudmaster
Yeah. I noticed that. I'm new to 3D. (i coded this by my self)
Dud

Re: 3D Graphical Demo (non-gl)

Posted: 13 Nov 2010, 16:41
by dudmaster
new version!

Fixed:
  • Shape "changing" thing sorta-fixed
  • More shapes

Re: 3D Graphical Demo (non-gl)

Posted: 13 Nov 2010, 17:04
by HaWe
hi,
it's quite nice, but try to allow 360° turning in your demo!
(to me it seemed when I tried this, that the shapes apear sort of "stretched" but I may be wrong)