open-model-viewer ( model-path -- )


Vocabulary
model-viewer

Inputs
model-pathan object


Outputs
None

Definition


:: open-model-viewer ( model-path -- )
[
f T{ model-attributes
{ world-class model-world }
{ grab-input? t }
{ title "Model Viewer" }
{ pref-dim { 1024 768 } }
{ tick-interval-nanos 16666666 }
{ use-game-input? t }
{ model-path model-path }
} clone open-window
] with-ui ;