|
|
## Single modification
|
|
|
|
|
|
```<placeholder>
|
|
|
```java
|
|
|
// Get a hold of the ActiveModel you want to modify
|
|
|
ActiveModel model = ...
|
|
|
// Search for a bone called "head"
|
... | ... | @@ -15,7 +15,7 @@ model.getBone("head").ifPresent(modelBone -> { |
|
|
|
|
|
## Batch modification
|
|
|
|
|
|
```<placeholder>
|
|
|
```java
|
|
|
// Get a hold of the ActiveModel you want to modify
|
|
|
ActiveModel model = ...
|
|
|
// Iterate through all bones on the model
|
... | ... | |