mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
animation keyframe channels now use animatable names
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include "root.h"
|
||||
#include "skeleton.h"
|
||||
#include "animation.h"
|
||||
#include "vbModelReader.h"
|
||||
#include "xmlModelReader.h"
|
||||
#include "assimpModelReader.h"
|
||||
|
||||
@@ -28,8 +27,6 @@ namespace vb01{
|
||||
|
||||
if(extension == "xml")
|
||||
modelReader = new XmlModelReader(this, path);
|
||||
else if(extension == "vb")
|
||||
modelReader = new VbModelReader(this, path);
|
||||
else
|
||||
modelReader = new AssimpModelReader(this, path);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user