Implement beam rendering #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Beams (laser beams, ropes, etc.) are not rendered in the web client.
Context
Source engine beams are rendered as billboard quads connecting two points, often using scrolling textures. This should be a relatively simple rendering feature to implement — the main work is parsing beam entity data from the server and generating the appropriate geometry on the client.