brett19 / rosebrowser

ROSEBrowser is a free and open-source implementation of the ROSE Online 3D MMORPG for web browsers written from scratch using the latest web standards (WebGL, HTML5, Javascript, Threads, ...).
Other
20 stars 15 forks source link

Raycast floor if standing on moving object. #22

Open brett19 opened 10 years ago

brett19 commented 10 years ago

Need to detect if the object your standing on has an animation attached, and if so, continue casting rays every frame to ensure the entity tracks with the object they are standing on. Currently if you get on an elevator, it will only function properly if you continuously move while it does.