Small fix up
* Added multiple ImGui windows with better widgets * Fixed cube rendering wrong * Added ImGui scripting window ( max 255 character script)
This commit is contained in:
		@ -94,6 +94,8 @@ BarinkEngine::Mesh ModelImporter::processMesh(aiMesh* mesh, const aiScene* scene
 | 
			
		||||
        vertices.push_back(vector);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    spdlog::info("{} == {}", mesh->mNumVertices, vertices.size());
 | 
			
		||||
 | 
			
		||||
    // Process Indices
 | 
			
		||||
    for (unsigned int i = 0; i < mesh->mNumFaces; i++) {
 | 
			
		||||
        aiFace face = mesh->mFaces[i];
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user