Cast ray (Source 2): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "{{todo|document}} <pre> cast_aabb cmd sv, cheat Tests box collision detection cast_bullet cmd sv, cheat Tests bullet cast cast_capsule cmd sv, cheat Tests capsule collision detection cast_convex cmd sv, cheat Tests convex hull collision detection cast_cylinder cmd sv, cheat Tests cylinder collision detection cast_intervals cmd sv, cheat Tests interval ray cast cast_obb cmd sv, cheat Tests cylinder collision detection cast_physics cmd sv, cheat Tests physics shape collis...")
 
No edit summary
 
Line 1: Line 1:
{{TabsBar|main=cast_ray}}
{{todo|document}}
{{todo|document}}



Latest revision as of 01:38, 12 May 2025

edit
Todo: document
cast_aabb	cmd	sv, cheat	Tests box collision detection
cast_bullet	cmd	sv, cheat	Tests bullet cast
cast_capsule	cmd	sv, cheat	Tests capsule collision detection
cast_convex	cmd	sv, cheat	Tests convex hull collision detection
cast_cylinder	cmd	sv, cheat	Tests cylinder collision detection
cast_intervals	cmd	sv, cheat	Tests interval ray cast
cast_obb	cmd	sv, cheat	Tests cylinder collision detection
cast_physics	cmd	sv, cheat	Tests physics shape collision detection
cast_ray	cmd	sv, cheat	Tests ray cast
cast_sphere	cmd	sv, cheat	Tests sphere cast