Menu

Hologram for 2.9.2 & 3.0

Luke S
2013-10-19
2019-11-22
  • Luke S

    Luke S - 2013-10-19

    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:

    1. 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.
    2. 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

    Any questions, let me know.

     

    Last edit: Luke S 2013-10-19
  • Luke S

    Luke S - 2019-11-22

    We're Back! The latest for this is now available in the SPManager!

     

Log in to post a comment.