Added the ASSIMP library
Added the files provided for the tutorial Added the SplitMeshNode and SubMeshNode classes
This commit is contained in:
@ -1,5 +1,10 @@
|
||||
#pragma once
|
||||
#include "DirectXFramework.h"
|
||||
#include "SharedMethods.h"
|
||||
#include "TexturedCubeNode.h"
|
||||
#include "MeshNode.h"
|
||||
#include "SplitMeshNode.h"
|
||||
#include <ctime>
|
||||
|
||||
class Graphics2 : public DirectXFramework
|
||||
{
|
||||
@ -7,5 +12,9 @@ public:
|
||||
void CreateSceneGraph();
|
||||
void UpdateSceneGraph();
|
||||
|
||||
private:
|
||||
float _currentRotation = 0.0f;
|
||||
float _currentSideRotation = 0.0f;
|
||||
float _currentPropRotation = 0.0f;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user