raylib.demo.mesh-picking vocabulary
Factor handbook ยป Vocabulary index


Summary

Metadata
Tags:demos


Words

Tuple classes
ClassSuperclassSlots
hit-state tuplename color nearest-hit
tower tuplemodel bbox position


Symbol words
mesh-picking-frame


Ordinary words
WordStack 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 -- )


Class predicate words
WordStack effect
hit-state?( object -- ? )
tower?( object -- ? )


Files


Metadata files


Children from resource:extra
VocabularySummary
raylib.demo.mesh-picking._resources