top of page

First Step

  • marcindziedzic
  • 20 wrz 2018
  • 1 minut(y) czytania

I have started this project couple days ago and it was to be something else, but i decided to make 3D framework/engine from it. I was programming 3D graphics long time ago, but a lot changed since then and I need to learn everything from scratch.


Loading models is a base for everything for me. That is way it was first thing (after rendering "hello triangle" ;)) that I have implemented. On the screen, model of car is loaded with use of Assimp library (http://www.assimp.org/). It is converted to my own classes representing models and textures and rendered using simple diffuse lighting shader.


ree

Komentarze


bottom of page