Skip to content

3D_library 1.0.0

Compare
Choose a tag to compare
@nilspettersson nilspettersson released this 21 Nov 23:47

1.0.0

features

  • revamped shaders. Added mesh shader and post processing shader for easier shader creation.
  • revamped fbo api. Fbo is now Created in the Game class. The game class contains new functions to bind unbind and render fbo.

removed

  • removed old shaders.

bugfixes

  • fixed issue with getting the fragment code when the code contained nested ifs and loops.