You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[x]**Model Loading**: Support for loading `.moc3` model files.
18
+
-[x]**Expression System**: Load and switch between multiple expressions.
19
+
-[x]**Motion System**: Play motions with priority control, looping, and completion callbacks.
20
+
-[x]**Physics System**: Realistic movement for hair, clothing, etc., via `.physics3.json`.
21
+
-[x]**Pose System**: Support for part switching and visibility control.
22
+
-[x]**Parameter Control**: Manually set and get parameter values (e.g., AngleX, EyeOpen).
23
+
-[x]**Interaction**: Mouse/cursor dragging support and hit detection for specific areas.
24
+
-[x]**Rendering**: OpenGL-based rendering with easy texture registration.
25
+
-[x]**Auto Loader**: Automatic extraction and loading of platform-specific native libraries from JARs.
26
+
15
27
## About JNI Integration
16
28
17
29
JNI (Java Native Interface) is a programming framework that enables Java code to interact with native applications and libraries written in languages like C or C++. In this project:
0 commit comments