include-engine
include-engine copied to clipboard
#include <engine>
Results
2
include-engine issues
Sort by
recently updated
recently updated
newest added
Hi, Just I read your code (I didn't test it) In your : include-engine/include-engine/fbx.cpp Line : 741 if(auto * node = find_maybe(obj.node->children, "LayerElementNormal")) normals = layer_info{*node, "Normals", "NormalIndex"}; Isn't rather...
Hello Sg, Nice work so far :) congrats! I've checked the demos and got a black skybox in them (the models/spheres look good tho!) In draw_skybox(), doing glFrontFace( GL_CW );...