max-mapper / voxel-engine

3D HTML5 voxel game engine
http://maxogden.github.com/voxel-engine
BSD 3-Clause "New" or "Revised" License
1.29k stars 220 forks source link

How to Fix Voxel Bugs #134

Open AhmadHrb opened 6 years ago

AhmadHrb commented 6 years ago

When you get near a Block, you get Stuck and Sometimes you Fly Until the Last Block Higher than you...

I Tried to fix it by if [game.controls.target().player.position() == gameInstance.voxels.chunkAtPosition(position)] {

window.close() // just so i can know that it worked

}

Help, Please Im New to WebGL and HTML Games Coding...