Changes

Jump to: navigation, search

C3D Picking

1,217 bytes added, 13:44, 13 November 2008
New page: == Name of Project == Canvas 3D - Picking == Description == To put the project description simply, what it does is that when you click in Canvas 3D, you will select the object that is in...
== Name of Project ==

Canvas 3D - Picking

== Description ==
To put the project description simply, what it does is that when you click in Canvas 3D, you will select the object that is in the most front in the current camera angle you are looking at.
So the details of this Picking project is this:
* Convert the mouse coord in Windows to Canvas coord
* In the current scene, find all objects that intersect where the mouse is clicked
* Find the object closest to the camera from the list of intersecting objects

== Leader(s) ==
* [[User:pplam3|Patrick Lam]]

== Project Contributor(s) ==
* Andor Salga
* Catherine Leung

== Releases ==
=== 0.2 - Nov 18th ===
==== Goal ====
* Make functions that will help complete the project
** Model.getVertices() which returns a reference of all the vertices in the object
** Mouse coord convert: converting the mouse coord in Canvas coord
** Other functions that might come up

=== 0.3 - Dec 1st ===
==== Goal ====
* Have the project working or at least close to working (with few minor bugs)

== Project Updates ==
<i>Nov 18, 2008</i>
* Created Wiki Page
<i>Nov 17, 2008</i>
* Discussed ideas to do the project
* Set goals for releases
* Got Canvas 3D Library source and IDL
1
edit

Navigation menu