CuckyDev
Member
CuckyDev submitted a new resource:
CdvCast - Collision Raycasting Library
Read more about this resource...
CdvCast - Collision Raycasting Library
CdvCastCdvCast is a raycasting library for SRB2 2.2 (untested on earlier versions), it allows you to shoot out a ray from any arbitrary position with any arbitrary vector direction and length, and get collision information in response.
UsageCdvCast exposes one function to the userCdvCast.Raycast
.
This function takes in a position and direction vector, these should be tables with x, y, and z elements. ({x = mobj.x, y =...
Read more about this resource...