Releases: moebiussurfing/ofxSurfingPBR
Releases · moebiussurfing/ofxSurfingPBR
v0.13
v0.12
NEW
- fixed internal shader: floor displacer
TODO
- add more shader examples.
- improve external shaders integration.
v0.11
NEW
- Added
SurfingTransformNode.h
/ofNode
handler class.- Ready to use on a UI and serialize settings.
- Added
SurfingHelperPosition.h
for cartesian/spherical positioned of light points.- Using
ofParameters
ready to use on a UI and serialize settings.
- Using
- Added ofxSurfingCameraSimple addon class.
- Save/Load/Reset camera position, projection mode, etc.
- Now contains
ofxCameraSaveLoad
.
- Separated ofxSurfingHelpersLite to a new addon class:
- Added
guiManager
class fromofxSurfingOfxGui.h
for grouping and linkingofxGui
/ofxPanels
. - Stores panels positions, main minimized state, visible state, etc.
- Added
- Updated all
data.zip
files for each example to the current ofxSurfingPBR data's folder @ MEGA.- Same links as
README.md
.
- Same links as
- Update all
README.md
info.
KNOW BUGS
(Fixed inLights settings
are not persistent when startup.develop
branch.)- Some
macOS
errors would require some simple fixes. - Transform scale must have a pre-scaler parameter (to adapt any imported 3D model) and fix xyz linking.
v0.10
Update README.md
v0.9
- New
SurfingLights.h
class:- A combo of 4 lights:
Point
,Direct
,Spot
andArea
.
- A combo of 4 lights:
- New
SurfingSceneManager.h
:- Allows queuing materials that will be available to use for any drawing.
- New example:
6_Example-3D_Parts
v0.8
- Fixed all lights combo pipeline and shadows.
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
v0.6
'
v0.5
updates
v0.4
'