Class Loader

java.lang.Object
de.fabmax.physxjni.Loader

public class Loader extends Object
  • Constructor Details

    • Loader

      public Loader()
  • Method Details

    • setLoadLibraryPaths

      public static void setLoadLibraryPaths(List<String> paths)
      Forces the library loaded to load the native libraries at the given paths instead of the builtin ones. Paths must be absolute. Must be called before any PhysX function is called.
    • load

      public static void load()