finished assimp chapter
This commit is contained in:
		@ -71,7 +71,7 @@
 | 
			
		||||
  </ImportGroup>
 | 
			
		||||
  <PropertyGroup Label="UserMacros" />
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
			
		||||
    <IncludePath>$(OPENGL_LIBS)\glad\include;$(OPENGL_LIBS)\glfw\include;$(OPENGL_LIBS)\glm;$(IncludePath)</IncludePath>
 | 
			
		||||
    <IncludePath>$(OPENGL_LIBS)\assimp;$(OPENGL_LIBS)\glad\include;$(OPENGL_LIBS)\glfw\include;$(OPENGL_LIBS)\glm;$(IncludePath)</IncludePath>
 | 
			
		||||
    <LibraryPath>$(OPENGL_LIBS)\glfw\lib;$(LibraryPath)</LibraryPath>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
			
		||||
 | 
			
		||||
@ -17,7 +17,7 @@
 | 
			
		||||
 | 
			
		||||
#include "vertices.h"
 | 
			
		||||
 | 
			
		||||
// Continue: https://learnopengl.com/Model-Loading/Assimp
 | 
			
		||||
// Continue: https://learnopengl.com/Model-Loading/Mesh
 | 
			
		||||
// Chapter: Not yet started
 | 
			
		||||
//
 | 
			
		||||
// For the "real" Nebulix Engine setup everything so it can be compiled/used with VSCode/CLion and not just VS 
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user