Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NickHardeman authored Nov 15, 2018
1 parent 2154e71 commit cc13976
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ The example projects include a ofApp.cpp and main.cpp. The project generator wil
![libiconv](ReadMeImages/libiconv.png)

If you have a fbx with a single animation that needs to be broken up into separate animations, you can try the following:
`mScene.load( "Alligator.FBX", tsettings );
mScene.clearAnimations();
mScene.addAnimation("SwimBite", 81, 100 );
mScene.addAnimation("Swim", 61, 80 );`
`mScene.load( "Alligator.FBX", tsettings );`
`mScene.clearAnimations();`
`mScene.addAnimation("SwimBite", 81, 100 );`
`mScene.addAnimation("Swim", 61, 80 );`

### Blender workflow.
Using Blender 2.63, the FBX exporter is not fully featured and there are known bugs that may be fixed in the future.
Expand Down

0 comments on commit cc13976

Please sign in to comment.