Hi Toni,

Antonio Bleile wrote:
> 
> What I do now i sto use a custom RenderAction where I attach a 
> EnterFunction. All I need is to get the right transformation matrices
> when I draw the points for the occlusion test:
> 
> Here's some code:
> 
> // setup the RenderAction
> 
...
> 
> Any objections?

Nope, looks sensible.

If you want to do it as part of the normal rendering, you can also put your 
code 
in a DrawFunctorCore (unless you want to do cluster). You need to have a 
sortKey 
to make it's rendered last, but other than that it can be right in there.

        Dirk


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to