|
|
8b65973f6f
|
Added normalized and magnitude to Vector
|
2019-02-20 17:15:26 -06:00 |
|
|
|
22bb98cb64
|
Fixed Vector class
|
2019-02-20 14:59:11 -06:00 |
|
|
|
cad7b5c263
|
Fixed a silly notion with Vector, airthmitic functions won't set Vector's data unless its setting arithmitic now. (vector+other won't set vector but will return a new vector, while
vector+=other WILL set vector's data)
|
2019-02-20 11:12:38 -06:00 |
|
|
|
a6e175d9e0
|
Replaced Vertex struct with Vector class
|
2019-02-20 11:00:54 -06:00 |
|
|
|
7b903fbdb9
|
Refactored GameObject to Entity, replaced @x,@y,@z with @position, added @velocity vector to Entity, bricked Player terrain interaction while authoring Axis Aligned Bounding Box Tree for CollisionManager to handle all collision interaction. Added PhysicsManager stub.
|
2019-02-20 10:49:56 -06:00 |
|