Skip to content

v0.7

Compare
Choose a tag to compare
@moebiussurfing moebiussurfing released this 18 Nov 11:28
· 166 commits to master since this release
  • New examples:

    • 3_Example_Lights:
      • Added more light types to the scene manager. WIP.
    • 4_Example_Materials:
      • Instantiate standalone materials for easy integration on any project.
    • 5_Example_Shadows:
      • Replaced "vanilla OF" materials and upgraded:
        \openFrameworks\examples\gl\shadowsExample.
  • Workflow allows to not require the main class (aka the full scene manager).

    • So ofxSurfingPBR.h can be excluded for simpler scenes.
    • Currently, ofxSurfingPBR bundles some modules by default:
      • Cube Map / HDR.
      • Background: plain color or box/sphere container with material.
      • Floor plane with basic material.
      • Another full material.