Difference between revisions of "Precise Shadowcasting in JavaScript"
Jump to navigation
Jump to search
(Created page with "This pages describes and explains the Precise Shadowcasting algorithm, developed and implemented by Ondřej Žára in rot.js. '''WORK IN PROGRESS'''") |
|||
Line 2: | Line 2: | ||
'''WORK IN PROGRESS''' | '''WORK IN PROGRESS''' | ||
== About == | |||
== General algorithm workflow == | |||
== Advanced tweaks and topics == | |||
=== Symbolic angles === | |||
=== Half-angle backward shift === | |||
=== Working with shadow queue === |
Revision as of 15:18, 3 January 2013
This pages describes and explains the Precise Shadowcasting algorithm, developed and implemented by Ondřej Žára in rot.js.
WORK IN PROGRESS