chadthecoder / graphicsProject

Graphics project using SDL2, ASIO OPENGL, GLEW, WebGL, miniaudio, stb (Only stb_image.h right now), assimp (implementing now), PerlinNoise from Reputeless, and GLM. Following multiple tutorials to learn how to code graphics in C++.
0 stars 3 forks source link

Make it easier to switch between different objects to display #27

Open chadthecoder opened 9 months ago

chadthecoder commented 9 months ago

Make 2d and 3d switch easier, easier to switch between different objects without having to worry about size and number of vertices.