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
* Add Config
* Add Scene::pipeline_state
- Enable toggling between filled and wireframe pipelines in editor (through frame stats).
* Add Events
- Refine load hooks, config updates, etc: wire through events.
- Only update browse path in `Config` if changed.
- Refactor `BrowseFile` to support above.
- Prepare for unifying interface for all load path sources.
* Add PathSource
- Rename main_menu/ to gui/.
- Move `BrowseGltf`, `OpenRecent`, `DropFile` to gltf_sources.
- Consolidate events in gui/events.hpp.
* Remove events/common
* Move gltf_sources constructors to cpp files
- Make them classes with only constructors publicly accessible.
* Store weak_ptr<Events> in BrowseGltf
0 commit comments