Skip to content

3D_library 1.1.0

Compare
Choose a tag to compare
@nilspettersson nilspettersson released this 23 Nov 22:53
· 51 commits to main since this release
ca1fa24

features

  • added ray marching system. Raymarcher will go through scene of objects and calculate distance. float scene(vec3 point) needs to be created.
  • you can now create functions between uniforms and fragment in shaders.
  • added list of uniform in fbo to be make it posible to add uniforms for post processing shaders.

bugfixes

  • fixed issue with rayMarching.glsl needed to be included even when it was not used.
  • fixed bug with uniforms not working.