Parents: | raylib.demo |
Tags: | demos |
Class | Superclass | Slots |
hit-state | tuple | name color nearest-hit |
tower | tuple | model bbox position |
mesh-picking-frame |
Word | Stack effect |
<hit-state> | ( -- obj ) |
<tower> | ( -- obj ) |
draw-cursor | ( hit-state -- ) |
draw-objects | ( bbox? tower triangle -- ) |
handle-ground-hit | ( hit-state ray -- hit-state ) |
handle-mesh-hit | ( hit-state ray model bbox -- hit-state ? ) |
handle-triangle-hit | ( hit-state ray ta tb tc -- hit-state ? ) |
init-assets | ( -- tower triangle ) |
main | ( -- ) |
make-camera | ( -- camera ) |
make-window | ( -- ) |
reset-hit-state | ( hit-state -- ) |
resource | ( fname -- path ) |
screen-height | ( -- value ) |
screen-width | ( -- value ) |
update-hit? | ( nearest-hit-info hit-info -- nearest-hit-info ? ) |
vector3-barycenter | ( p a b c -- v3 ) |
while-raylib-window | ( quot -- ) |
with-window | ( quot -- ) |
Word | Stack effect |
hit-state? | ( object -- ? ) |
tower? | ( object -- ? ) |
Vocabulary | Summary |
raylib.demo.mesh-picking._resources |