You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenSceneGraph Users
Is there a way in osg to project a given texture, a 3d location and focal length onto the 3d geometry, for example a surface mesh, of a scene using osg?
OpenSceneGraph Users
unread,
Apr 23, 2020, 3:23:02 PM4/23/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
Is there a way in osg to project a given texture, a 3d location and focal length onto the 3d geometry, for example a surface mesh, of a scene using osg?
Have a look at the osgspointlight example, this uses eye linear texgen to project a texture onto a terrain to create a moving spot light.
Robert.
Tom Pollok
unread,
Apr 23, 2020, 7:25:41 PM4/23/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenSceneGraph Users
This works perfectly!!!! Thank you very much for that hint, Robert!