PDA

View Full Version : Java 3D


DELOCH
09-17-2006, 03:14 AM
Hello, I am really annoyed with how people manage to create 3D monsters or etc (which contain thousands of lines) in small periods of time.

how do you manage to make such patterns, or etc, and plus how does 3D work in the first place in java? games like runescape.

How do you create 3D cubes in the first place, I know how to in lines but how do i make it in coloured squares? Squares are in this shape:


+-+
| |
+-+

but i need

___
\ \
\___\
Which book is good for 3D+2D game programming with java

killer game programming with java is it good?

Aradon
09-17-2006, 04:11 AM
Did a short google search and got this:

http://www.javaworld.com/javaworld/jw-12-1998/jw-12-media.html
http://www.j3d.org/
http://www.java3d.org/

I also know that there is an opengl port for java as well if you're interested in that.

DELOCH
09-17-2006, 06:04 AM
yes i did, it doesnt give high-rank tutorials on generating 3Dimentional Applications...