Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  Picking in a 3D world  (Read 1122 times)
0 Members and 2 Guests are viewing this topic.
Offline AstonJay32

JGO n00b
*

Posts: 2


Java games rock!


« on: 2004-04-27 11:35:54 »

I've creating simple 3D world in which the user can walk around, enter buildings, and pick up objects using OpenGl and of course Java.  I'd love to be able to allow the user the 'shoot' objects by clicking on them.  I've seen picking tutorials out there by all of them assume a 2D world.  Is there a good tutorial for doing selection/picking in a 3D world WITHOUT using the Java3D API?

Thanks alot for your help
Offline Orangy Tang

JGO Kernel
*****

Posts: 2960
Medals: 37


Monkey for a head


« Reply #1 on: 2004-04-27 11:52:29 »

First you'll need to create a ray for the users click- unproject a couple of points with gluUnproject (with different window depths) and make a ray though them. Then you 'just' need to check that ray against your world and see what it intersects, the math for that is the same regardless of what API you use. Probably find something useful here: http://www.magic-software.com/

[ TriangularPixels.com - Play Growth Spurt, Rescue Squad and Snowman Village ] [ Rebirth - game resource library ]
Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.074 seconds with 19 queries.