This website requires JavaScript.
Explore
Help
Sign In
gravestench
/
OpenDiablo2
Watch
1
Star
1
Fork
0
You've already forked OpenDiablo2
mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced
2025-02-20 15:37:31 -05:00
Code
Issues
Releases
Wiki
Activity
OpenDiablo2
/
d2core
/
d2systems
/
doc.go
3 lines
76 B
Go
Raw
Normal View
History
Unescape
Escape
transform component, scene testing * removed position,scale,rotation components * added Transform component that contains position, rotation, and scale * scene graph update now regenerates the local mat4 using the transform component * akara bugfix: adding new subscriptions will process existing entities * added `--testscene` arg for testing individual scenes in isolation * added rotation support to d2interface.Surface
2020-12-05 23:16:16 -08:00
// Package d2systems provides all of the ECS sceneSystems
more work on ecs impl * added command line arg for launching ecs impl * removed render system tests, was causing gl context issues in tests * fixed all lint errors in d2systems
2020-11-22 01:37:55 -08:00
package
d2systems
Reference in New Issue
Copy Permalink