game.debug vocabulary
Factor handbook ยป Vocabulary index


Summary
Simple shape rendering for visual debugging.

Metadata
Tags:games
Authors:Erik Charlebois


Words

Ordinary words
WordStack effect
debug-axes( pt mat -- )
debug-box( pt half-widths color -- )
debug-circle( points color -- )
debug-cylinder( pt half-height radius color -- )
debug-line( from to color -- )
debug-point( pt color -- )
draw-debug-lines( lines: float-array mvp-matrix -- )
draw-debug-points( points: float-array mvp-matrix -- )
draw-text( string color: rgba pt dim -- )


Files


Metadata files


Children from resource:extra
VocabularySummary
game.debug.tests


Children
VocabularySummary
game.debug.private