Carter Anderson
|
ff54efe3e3
|
transform: add "setter" builder functions, make naming clearer, and fix examples (#516)
|
2020-09-19 13:35:48 -07:00 |
|
Marek Legris
|
474bb5403e
|
Transform Rewrite (#374)
Remove individual Translation / Rotation / Scale components in favor of a combined Transform component
|
2020-09-14 14:00:32 -07:00 |
|
Victor "multun" Collod
|
c38420f1e9
|
enforce clippy for all target and features
|
2020-08-16 07:20:06 -07:00 |
|
Carter Anderson
|
6dadf34401
|
add more example comments
|
2020-07-28 13:45:36 -07:00 |
|
Carter Anderson
|
0c2e26ddde
|
Revert "ecs: remove &mut requirement on query iterators"
This reverts commit 6dc1d07cbc .
|
2020-07-21 20:12:15 -07:00 |
|
Carter Anderson
|
6dc1d07cbc
|
ecs: remove &mut requirement on query iterators
|
2020-07-20 13:59:51 -07:00 |
|
Carter Anderson
|
726eb37198
|
use rh coordinate system in 2d
z = 0 is now "farthest back" and z=1000 "farthest forward"
|
2020-07-19 17:00:08 -07:00 |
|
Carter Anderson
|
b12c4d0a48
|
render: simplify imports and cleanup prelude
|
2020-07-16 18:26:21 -07:00 |
|
Carter Anderson
|
950e50bbb1
|
Bevy ECS migration
|
2020-07-10 01:06:21 -07:00 |
|
Carter Anderson
|
1f12964026
|
legion: remove foreach system functions
this is a bit sad, but upstream legion's new lifetimes appear to be incompatible with our foreach approach
|
2020-06-27 12:06:12 -07:00 |
|
Carter Anderson
|
e75496772e
|
legion: change query system ordering
|
2020-06-27 10:18:27 -07:00 |
|
Carter Anderson
|
92c44320ee
|
ecs: rename EntityArchetype to ComponentSet
|
2020-06-25 11:21:56 -07:00 |
|
Carter Anderson
|
75429f4639
|
render: use left-handed coordinate system and y-up
|
2020-06-24 15:29:10 -07:00 |
|
Carter Anderson
|
3ee8aa8b0f
|
camera: make camera transform in world coordinates instead of the inverse
|
2020-06-23 19:18:32 -07:00 |
|
Carter Anderson
|
41dc8a5967
|
render: add front-to-back drawing
MainPassNodes now have assigned cameras and draw using those camera's VisibleEntities
|
2020-06-23 16:52:50 -07:00 |
|
Carter Anderson
|
b6dbbf04db
|
render: visualize depth in z_sort_debug
|
2020-06-23 13:42:37 -07:00 |
|
Carter Anderson
|
2f5f6e017a
|
render: intitial VisibleEntities component and sort system
|
2020-06-22 17:55:48 -07:00 |
|