Class | Superclass | Slots |
model-attributes | game-attributes | model-path |
model-state | tuple | models vertex-arrays index-vectors textures bumps kas |
model-uniforms | mvp-uniforms | map_Ka map_bump Ka light view_pos |
model-world | wasd-world | model-path model-state |
vbo | tuple | vertex-buffer index-buffer index-count vertex-format texture bump ka |
Word | Stack effect |
<model-buffers> | ( models -- buffers ) |
<model-state> | ( model-world -- model-state ) |
<model-uniforms> | ( world -- uniforms ) |
clear-screen | ( -- ) |
draw-model | ( world -- ) |
fill-model-state | ( model-state -- ) |
make-texture | ( pathname alt -- texture ) |
obj-fragment-shader | ( -- value ) |
obj-program | ( -- value ) |
obj-vertex-shader | ( -- value ) |
open-model-viewer | ( model-path -- ) |
up-image | ( -- image ) |
white-image | ( -- image ) |
Word | Stack effect |
model-attributes? | ( object -- ? ) |
model-state? | ( object -- ? ) |
model-uniforms? | ( object -- ? ) |
model-world? | ( object -- ? ) |
vbo? | ( object -- ? ) |