Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add standard OSG objects (e.g. Line, Arrows, Text to the viewer. They won't interact with the robot #5

Open
petevieira opened this issue Mar 10, 2014 · 1 comment

Comments

@petevieira
Copy link
Contributor

No description provided.

@mxgrey
Copy link
Member

mxgrey commented Mar 10, 2014

I propose that these objects live solely in OSG instead of making them DART objects prior to rendering, and we have three different versions of how to add these to the scene:

  1. Add directly in the world frame without doing anything special

  2. Specify a DART body node which will act like the object's frame (we find the MatrixTransform node that corresponds to that DART body node and add the OSG object as a child of that MatrixTransform)

  3. Specify an OSG group node to add it to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants