Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: WORKIN WIT 3D OBJECTS

  1. #1
    Junior Member
    Join Date
    Dec 2011
    Location
    chennai
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default WORKIN WIT 3D OBJECTS

    Is there any possibility in java to draw a 3D object specifyin the coeffecients of the plane tat forms the 3D object?


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: WORKIN WIT 3D OBJECTS

    Sure. What have you tried? Where are you stuck?
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Junior Member
    Join Date
    Dec 2011
    Location
    chennai
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: WORKIN WIT 3D OBJECTS

    which package can i follow to proceed with drawing a 3d object from the coeffecients of the planes.

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: WORKIN WIT 3D OBJECTS

    Quote Originally Posted by susheela View Post
    which package can i follow to proceed with drawing a 3d object from the coeffecients of the planes.
    I'm not sure. What did google tell you? What have you tried?

    Java 3D
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Comparing two objects
    By colerelm in forum Java Theory & Questions
    Replies: 4
    Last Post: December 6th, 2011, 05:52 PM
  2. String objects
    By god1gracious in forum Java Theory & Questions
    Replies: 3
    Last Post: September 25th, 2011, 02:21 AM
  3. New to Objects...
    By Java Neil in forum What's Wrong With My Code?
    Replies: 17
    Last Post: March 24th, 2011, 07:00 AM
  4. LinkedList Objects
    By thedolphin13 in forum What's Wrong With My Code?
    Replies: 11
    Last Post: October 13th, 2010, 03:14 PM
  5. Objects
    By chronoz13 in forum Java Theory & Questions
    Replies: 5
    Last Post: January 20th, 2010, 12:50 PM