|
@@ -32,101 +32,101 @@ add_definitions(-lstdc++ -ldl -lfbxsdk-2013.3-static -lpng -lz -lfreetype -lpthr
|
|
|
set( APP_NAME gameplay-encoder )
|
|
set( APP_NAME gameplay-encoder )
|
|
|
|
|
|
|
|
set(APP_SRC
|
|
set(APP_SRC
|
|
|
- src/AnimationChannel.cpp
|
|
|
|
|
- src/AnimationChannel.h
|
|
|
|
|
- src/Animation.cpp
|
|
|
|
|
- src/Animation.h
|
|
|
|
|
- src/Animations.cpp
|
|
|
|
|
- src/Animations.h
|
|
|
|
|
- src/Base.cpp
|
|
|
|
|
- src/Base.h
|
|
|
|
|
- src/BoundingVolume.cpp
|
|
|
|
|
- src/BoundingVolume.h
|
|
|
|
|
- src/Camera.cpp
|
|
|
|
|
- src/Camera.h
|
|
|
|
|
|
|
+ src/AnimationChannel.cpp
|
|
|
|
|
+ src/AnimationChannel.h
|
|
|
|
|
+ src/Animation.cpp
|
|
|
|
|
+ src/Animation.h
|
|
|
|
|
+ src/Animations.cpp
|
|
|
|
|
+ src/Animations.h
|
|
|
|
|
+ src/Base.cpp
|
|
|
|
|
+ src/Base.h
|
|
|
|
|
+ src/BoundingVolume.cpp
|
|
|
|
|
+ src/BoundingVolume.h
|
|
|
|
|
+ src/Camera.cpp
|
|
|
|
|
+ src/Camera.h
|
|
|
src/Constants.cpp
|
|
src/Constants.cpp
|
|
|
src/Constants.h
|
|
src/Constants.h
|
|
|
- src/Curve.cpp
|
|
|
|
|
- src/Curve.h
|
|
|
|
|
- src/Curve.inl
|
|
|
|
|
- src/Effect.cpp
|
|
|
|
|
- src/Effect.h
|
|
|
|
|
- src/EncoderArguments.cpp
|
|
|
|
|
- src/EncoderArguments.h
|
|
|
|
|
- src/FBXSceneEncoder.cpp
|
|
|
|
|
- src/FBXSceneEncoder.h
|
|
|
|
|
- src/FBXUtil.cpp
|
|
|
|
|
- src/FBXUtil.h
|
|
|
|
|
- src/FileIO.cpp
|
|
|
|
|
- src/FileIO.h
|
|
|
|
|
- src/Font.cpp
|
|
|
|
|
- src/Font.h
|
|
|
|
|
- src/Glyph.cpp
|
|
|
|
|
- src/Glyph.h
|
|
|
|
|
- src/GPBDecoder.cpp
|
|
|
|
|
- src/GPBDecoder.h
|
|
|
|
|
- src/GPBFile.cpp
|
|
|
|
|
- src/GPBFile.h
|
|
|
|
|
- src/Heightmap.cpp
|
|
|
|
|
- src/Heightmap.h
|
|
|
|
|
- src/Image.cpp
|
|
|
|
|
- src/Image.h
|
|
|
|
|
- src/Light.cpp
|
|
|
|
|
- src/Light.h
|
|
|
|
|
- src/main.cpp
|
|
|
|
|
- src/Material.cpp
|
|
|
|
|
- src/Material.h
|
|
|
|
|
- src/MaterialParameter.cpp
|
|
|
|
|
- src/MaterialParameter.h
|
|
|
|
|
- src/Matrix.cpp
|
|
|
|
|
- src/Matrix.h
|
|
|
|
|
- src/Mesh.cpp
|
|
|
|
|
- src/Mesh.h
|
|
|
|
|
- src/MeshPart.cpp
|
|
|
|
|
- src/MeshPart.h
|
|
|
|
|
- src/MeshSkin.cpp
|
|
|
|
|
- src/MeshSkin.h
|
|
|
|
|
- src/MeshSubSet.cpp
|
|
|
|
|
- src/MeshSubSet.h
|
|
|
|
|
- src/Model.cpp
|
|
|
|
|
- src/Model.h
|
|
|
|
|
- src/Node.cpp
|
|
|
|
|
- src/Node.h
|
|
|
|
|
- src/NormalMapGenerator.cpp
|
|
|
|
|
- src/NormalMapGenerator.h
|
|
|
|
|
- src/Object.cpp
|
|
|
|
|
- src/Object.h
|
|
|
|
|
- src/Quaternion.cpp
|
|
|
|
|
- src/Quaternion.h
|
|
|
|
|
- src/Quaternion.inl
|
|
|
|
|
- src/Reference.cpp
|
|
|
|
|
- src/Reference.h
|
|
|
|
|
- src/ReferenceTable.cpp
|
|
|
|
|
- src/ReferenceTable.h
|
|
|
|
|
- src/Sampler.cpp
|
|
|
|
|
- src/Sampler.h
|
|
|
|
|
- src/Scene.cpp
|
|
|
|
|
- src/Scene.h
|
|
|
|
|
- src/StringUtil.cpp
|
|
|
|
|
- src/StringUtil.h
|
|
|
|
|
- src/Thread.h
|
|
|
|
|
- src/Transform.cpp
|
|
|
|
|
- src/Transform.h
|
|
|
|
|
- src/TTFFontEncoder.cpp
|
|
|
|
|
- src/TTFFontEncoder.h
|
|
|
|
|
- src/Vector2.cpp
|
|
|
|
|
- src/Vector2.h
|
|
|
|
|
- src/Vector2.inl
|
|
|
|
|
- src/Vector3.cpp
|
|
|
|
|
- src/Vector3.h
|
|
|
|
|
- src/Vector3.inl
|
|
|
|
|
- src/Vector4.cpp
|
|
|
|
|
- src/Vector4.h
|
|
|
|
|
- src/Vector4.inl
|
|
|
|
|
- src/Vertex.cpp
|
|
|
|
|
- src/VertexElement.cpp
|
|
|
|
|
- src/VertexElement.h
|
|
|
|
|
- src/Vertex.h
|
|
|
|
|
|
|
+ src/Curve.cpp
|
|
|
|
|
+ src/Curve.h
|
|
|
|
|
+ src/Curve.inl
|
|
|
|
|
+ src/Effect.cpp
|
|
|
|
|
+ src/Effect.h
|
|
|
|
|
+ src/EncoderArguments.cpp
|
|
|
|
|
+ src/EncoderArguments.h
|
|
|
|
|
+ src/FBXSceneEncoder.cpp
|
|
|
|
|
+ src/FBXSceneEncoder.h
|
|
|
|
|
+ src/FBXUtil.cpp
|
|
|
|
|
+ src/FBXUtil.h
|
|
|
|
|
+ src/FileIO.cpp
|
|
|
|
|
+ src/FileIO.h
|
|
|
|
|
+ src/Font.cpp
|
|
|
|
|
+ src/Font.h
|
|
|
|
|
+ src/Glyph.cpp
|
|
|
|
|
+ src/Glyph.h
|
|
|
|
|
+ src/GPBDecoder.cpp
|
|
|
|
|
+ src/GPBDecoder.h
|
|
|
|
|
+ src/GPBFile.cpp
|
|
|
|
|
+ src/GPBFile.h
|
|
|
|
|
+ src/Heightmap.cpp
|
|
|
|
|
+ src/Heightmap.h
|
|
|
|
|
+ src/Image.cpp
|
|
|
|
|
+ src/Image.h
|
|
|
|
|
+ src/Light.cpp
|
|
|
|
|
+ src/Light.h
|
|
|
|
|
+ src/main.cpp
|
|
|
|
|
+ src/Material.cpp
|
|
|
|
|
+ src/Material.h
|
|
|
|
|
+ src/MaterialParameter.cpp
|
|
|
|
|
+ src/MaterialParameter.h
|
|
|
|
|
+ src/Matrix.cpp
|
|
|
|
|
+ src/Matrix.h
|
|
|
|
|
+ src/Mesh.cpp
|
|
|
|
|
+ src/Mesh.h
|
|
|
|
|
+ src/MeshPart.cpp
|
|
|
|
|
+ src/MeshPart.h
|
|
|
|
|
+ src/MeshSkin.cpp
|
|
|
|
|
+ src/MeshSkin.h
|
|
|
|
|
+ src/MeshSubSet.cpp
|
|
|
|
|
+ src/MeshSubSet.h
|
|
|
|
|
+ src/Model.cpp
|
|
|
|
|
+ src/Model.h
|
|
|
|
|
+ src/Node.cpp
|
|
|
|
|
+ src/Node.h
|
|
|
|
|
+ src/NormalMapGenerator.cpp
|
|
|
|
|
+ src/NormalMapGenerator.h
|
|
|
|
|
+ src/Object.cpp
|
|
|
|
|
+ src/Object.h
|
|
|
|
|
+ src/Quaternion.cpp
|
|
|
|
|
+ src/Quaternion.h
|
|
|
|
|
+ src/Quaternion.inl
|
|
|
|
|
+ src/Reference.cpp
|
|
|
|
|
+ src/Reference.h
|
|
|
|
|
+ src/ReferenceTable.cpp
|
|
|
|
|
+ src/ReferenceTable.h
|
|
|
|
|
+ src/Sampler.cpp
|
|
|
|
|
+ src/Sampler.h
|
|
|
|
|
+ src/Scene.cpp
|
|
|
|
|
+ src/Scene.h
|
|
|
|
|
+ src/StringUtil.cpp
|
|
|
|
|
+ src/StringUtil.h
|
|
|
|
|
+ src/Thread.h
|
|
|
|
|
+ src/Transform.cpp
|
|
|
|
|
+ src/Transform.h
|
|
|
|
|
+ src/TTFFontEncoder.cpp
|
|
|
|
|
+ src/TTFFontEncoder.h
|
|
|
|
|
+ src/Vector2.cpp
|
|
|
|
|
+ src/Vector2.h
|
|
|
|
|
+ src/Vector2.inl
|
|
|
|
|
+ src/Vector3.cpp
|
|
|
|
|
+ src/Vector3.h
|
|
|
|
|
+ src/Vector3.inl
|
|
|
|
|
+ src/Vector4.cpp
|
|
|
|
|
+ src/Vector4.h
|
|
|
|
|
+ src/Vector4.inl
|
|
|
|
|
+ src/Vertex.cpp
|
|
|
|
|
+ src/VertexElement.cpp
|
|
|
|
|
+ src/VertexElement.h
|
|
|
|
|
+ src/Vertex.h
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
add_executable(${APP_NAME}
|
|
add_executable(${APP_NAME}
|