During my initialization, I would like to draw several curves in 3D that will be static during the evolution. The curves do not have a functional form and I am drawing them using and update scheme. I set up a Trail3D object for each curve and explicitly calling _view.addPoint from a loop in my initialization. This worked fine in a previous release of EJS, but with the most recent update it fails.
With the current update, no error is generated and the code seems to run and the display window opens but it is all grey and nothing, not even the other objects, seem to be displayed. Worse yet, it does not look like I can recreate this issue routinely.
Has anyone else seen this error? Is there a better way to do what I want to do?
The Lorenz Attractor model draws a 3D trail with 10,000 points in the initialization section of the model. I have just tested it with the latest version of EJS 4.3.7.