File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# # configure Gradle properties for building the Jolt-JNI Project
22
33# Jolt-JNI version string
4- jjVersion = 0.9.11-SNAPSHOT
4+ jjVersion = 1.0.0
55
66# # default artifact ID (used when -Partifact= isn't specified on the command line)
77artifact = jolt-jni
Original file line number Diff line number Diff line change 11# release log for the Jolt-JNI project
22
3+ ## Version 1.0.0 released on TBD
4+
5+ + Add 5 public methods:
6+ + ` SoftBodyCreationSettings.setUserData() `
7+ + ` SoftBodyCreationSettings.getNumIterations() `
8+ + ` SoftBodyCreationSettings.getUserData() `
9+ + ` VertexAtrributes.setBendCompliance() `
10+ + ` VertexAtrributes.setLraMaxDistanceMultiplier() `
11+
12+ + Add chaining to 4 setters:
13+ + ` SpringSettings.setDamping() `
14+ + ` SpringSettings.setFrequency() `
15+ + ` SpringSettings.setMode() `
16+ + ` SpringSettings.setStiffness() `
17+
318## Version 0.9.10 released on 28 April 2025
419
520+ API change:
You can’t perform that action at this time.
0 commit comments