You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- all: Physical Based Rendering (PBR) now supported in ofxAssimpModelLoader and ofMaterial
23
+
- all: Built in shadow support
24
+
- all: C++17 default
25
+
- arm: aarch64 / 64bit support for Rapsberry Pi and other arm64 devices
26
+
- Windows: ofMediaFoundationSoundPlayer can be used instead of fmod
27
+
- macOS: ofAVEngineSoundPlayer can be used instead of fmod
28
+
- Windows ofMediaFoundationPlayer for video playback. No need for codecs!!!
29
+
- iOS: ARC is now enabled for all projects by default. Some addons might require -fno-objc-arc for files which aren't ARC compatible. [More info](https://stackoverflow.com/a/6658549)
30
+
- emscripten: Loads of emscripten fixes to make more examples compatible.
0 commit comments