Game Programming

Method for tracking character movement along mouse path

I have always been fond of 2D/3D games like Ragnarok Online, and has previously studied the technique of Mouse Picking. Recently, this method has been applied to create my small game. To implement the method of tracking the character’s movement along the mouse path, the principle of ray tracing is used. The player projects a […]

Method for tracking character movement along mouse path Read More »

Scroll to Top