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-03 23:26:41 -05:00
Code
Issues
Releases
Wiki
Activity
0dee6518b4
OpenDiablo2
/
main.go
8 lines
94 B
Go
Raw
Normal View
History
Unescape
Escape
Migrated to golang codebase.
2019-10-24 09:31:59 -04:00
package
main
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-06 02:16:16 -05:00
import
"github.com/OpenDiablo2/OpenDiablo2/d2app"
Migrated to golang codebase.
2019-10-24 09:31:59 -04:00
func
main
(
)
{
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-06 02:16:16 -05:00
d2app
.
Run
(
)
Profiler: write to pprof directory (#405) * Profiler: fixed flags and output to pprof directory * Profiler: dumpheap command writes to pprof/heap.pprof
2020-06-22 22:17:54 -04:00
}
Reference in New Issue
Copy Permalink