Algoryx / AGXUnity

AGX Dynamics Unity 3D plugin
Apache License 2.0
70 stars 19 forks source link

Add simple ObserverFrame visualization #89

Closed FilipAlg closed 2 years ago

FilipAlg commented 2 years ago

This PR adds a ObserverFrameRenderer component for visualizing single ObserverFrames and an ObserverFrameRendererManager for rendering all ObserverFrames in the scene using the same set of settings.

Both these classes contain the same options for visualizing ObserverFrames:

FilipAlg commented 2 years ago

Not quite sure how the ObserverFrameRendererManager should behave in edit mode yet. Keeping this as a draft for now.