New animation file for OpenGEX.
parent
51808a7b43
commit
b61aaf7ec4
|
@ -63,9 +63,9 @@ namespace Assimp
|
||||||
// />
|
// />
|
||||||
void X3DImporter::ParseNode_Networking_Inline()
|
void X3DImporter::ParseNode_Networking_Inline()
|
||||||
{
|
{
|
||||||
std::string def, use;
|
std::string def, use;
|
||||||
bool load = true;
|
bool load = true;
|
||||||
std::list<std::string> url;
|
std::list<std::string> url;
|
||||||
|
|
||||||
MACRO_ATTRREAD_LOOPBEG;
|
MACRO_ATTRREAD_LOOPBEG;
|
||||||
MACRO_ATTRREAD_CHECKUSEDEF_RET(def, use);
|
MACRO_ATTRREAD_CHECKUSEDEF_RET(def, use);
|
||||||
|
|
|
@ -46,8 +46,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
#define INCLUDED_AI_X3D_IMPORTER_NODE_H
|
#define INCLUDED_AI_X3D_IMPORTER_NODE_H
|
||||||
|
|
||||||
// Header files, Assimp.
|
// Header files, Assimp.
|
||||||
#include "assimp/scene.h"
|
#include <assimp/scene.h>
|
||||||
#include "assimp/types.h"
|
#include <assimp/types.h>
|
||||||
|
|
||||||
// Header files, stdlib.
|
// Header files, stdlib.
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue