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
Patrick Stephen edited this page Dec 4, 2021
·
1 revision
The window subpackage underneath oak offers a single feature: the Window interface, which corresponds to the oak.Window type. This is the interface exposed on scene.Context objects, and currently it can be guaranteed that this window will be an oak.Window.
This interface exists to allow oak to import scene, and still allow scene.Context objects to refer to the window in use.