mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-08 14:56:12 -04:00
Created Physics (markdown)
parent
7a8a095f33
commit
e2a2e913be
19
Physics.md
Normal file
19
Physics.md
Normal file
@ -0,0 +1,19 @@
|
||||
## Information
|
||||
##### Reminder: This is **not** a tutorial about how to write a physics engine. This is just to detail how ClassicalSharp's physics works, how it differs from classicube, etc.
|
||||
***
|
||||
These are some useful pages from minecraft wiki:
|
||||
* [Motion of entities](http://minecraft.gamepedia.com/Entity#Motion_of_entities)
|
||||
* [Transportation](http://minecraft.gamepedia.com/Transportation)
|
||||
* [Bounding boxes](http://wiki.vg/Entities#Mobs)
|
||||
|
||||
## Physics cases
|
||||
##### Ice sliding
|
||||
ClassicalSharp:
|
||||
|
||||
ClassiCube:
|
||||
***
|
||||
##### Triple jump blocks
|
||||
ClassicalSharp:
|
||||
|
||||
ClassiCube:
|
||||
***
|
Loading…
x
Reference in New Issue
Block a user