This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/gameengine/PyDoc
Dalai Felinto 7ac233be8a BGE Rasterizer methods to handle Screen Space - (getScreenPosition, getScreenVect, getScreenRay)
getScreenPosition(obj):
 - Gets the position of an object projected on screen space.

getScreenVect(x, y):
 - Gets the vector from the camera position in the screen coordinate direction.

getScreenRay(x, y, dist, property):
 - Look towards a screen coordinate (x,y) and find first object hit within dist that matches prop.
- The ray is a call to KX_GameObject->rayCastTo from the KX_Camera object.

Patch [#18589] test files can be found there. Patch reviewed by Campbell
2009-04-23 00:49:38 +00:00
..
2009-04-11 20:58:09 +00:00
2009-04-05 10:03:23 +00:00
2009-04-09 12:53:56 +00:00
2009-04-13 19:33:22 +00:00
2009-04-15 13:50:56 +00:00
2005-03-25 10:33:39 +00:00
2009-04-20 09:13:59 +00:00
2009-04-09 12:53:56 +00:00
2009-04-20 09:13:59 +00:00
2008-12-29 16:36:58 +00:00
2009-04-07 06:23:45 +00:00
2009-04-09 22:15:26 +00:00
2009-04-13 19:33:22 +00:00
2009-04-13 19:33:22 +00:00
2009-02-24 05:50:45 +00:00
2009-04-13 19:33:22 +00:00
2009-04-13 19:33:22 +00:00
2009-04-19 22:02:48 +00:00