Using the default action by pressing the 'T' key, Pluto trail starts to appear if we disable it before we start.
One way might be to remove the Pluto Trail asset from openspace before starting the playback?
Another way would be to edit the recording to replace
openspace.toggleFade("Scene.*Trail.Renderable"); openspace.toggleFade("Scene.*trail.Renderable");
with
openspace.setPropertyValue("Scene.*Trail.Renderable.Fade", 0, 1.0); openspace.setPropertyValue("Scene.*trail.Renderable.Fade", 0, 1.0)
No comments:
Post a Comment