Jump to content

books names

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
gcsekhar

gcsekhar

    Newbie

  • Members
  • PipPip
  • 14 posts
i am new to java3D
can you suggest some books names for java3D programming?

#2
Roger

Roger

    If nothing goes right, go left.

  • Administrators
  • 718 posts
Have you tried:

Amazon.com: Computer Graphics Using Java 2D and 3D (9780130351180): Hong Zhang, Y. Daniel Liang: Books

Amazon.com: Introduction to Computer Graphics: Using Java 2D and 3D (Undergraduate Topics in Computer Science) (9781846288470): Frank Klawonn: Books
Check out our update Guidelines/FAQ. When posting code, remember to use code tags - Posted Image.

#3
Quillion

Quillion

    Newbie

  • Members
  • Pip
  • 7 posts
I actually liked opengl for java, such as jogl https://jogl.dev.java.net/ the actual java3D rendering is quiet slow if you are trying to make games. If you are trying to make a 3D image however and save it as an image, I found it to be much nicer and easier to use, unfortunately I can not suggest any books though, because I learned majority of it off of java api.