v0.7
-
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
.
- Replaced "vanilla OF" materials and upgraded:
-
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.
- So