An AOI user on the FS forum noticed that the Hologram plugin broke renders on AOI 2.9.2 I took a look and found that the compiled plugin was incompatible with a couple of code changes:
Peter fixed a problem where Vec3 didn't override equals() properly. The plugin in the repository, as compiled, expected the wrong version (actually an overload, though un-intentional) and freaked when it couldn't find it. This was fixed by simply recompiling.
In the recent raytracer refactor, the Interface "SurfaceIntersection" gained a method. I implemented it, and made a couple of other tweaks to support that implementation.
Files are posted.
The .jar file works in both in 2.9.2 and 3.0
The java file has changes:
Added method to the static class HologramIntersection: RTObject getObject()
Changed constructor of HologramIntersection and instance fields to support getObject()
changed RTHologram method method: checkIntersection(ray) to use new HologramIntersection constructor
An AOI user on the FS forum noticed that the Hologram plugin broke renders on AOI 2.9.2 I took a look and found that the compiled plugin was incompatible with a couple of code changes:
Files are posted.
The .jar file works in both in 2.9.2 and 3.0
The java file has changes:
Any questions, let me know.
Last edit: Luke S 2013-10-19
And the API changed again! Updated for 3.0.2. Also did a little in the documentation zones.
Last edit: Luke S 2015-05-23
We're Back! The latest for this is now available in the SPManager!