java.lang.Object
de.fabmax.physxjni.Loader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidload()static voidsetLoadLibraryPaths(List<String> paths) Forces the library loaded to load the native libraries at the given paths instead of the builtin ones.
-
Constructor Details
-
Loader
public Loader()
-
-
Method Details
-
setLoadLibraryPaths
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()
-