Reduce cubes+make camera framrate independent

This commit is contained in:
bloeys
2022-01-22 08:29:53 +04:00
parent 5f24cc4fba
commit b9cd630fcf
4 changed files with 15 additions and 11 deletions

2
go.mod
View File

@ -7,7 +7,7 @@ require github.com/veandco/go-sdl2 v0.4.10
require github.com/go-gl/gl v0.0.0-20211025173605-bda47ffaa784
require (
github.com/bloeys/assimp-go v0.3.2
github.com/bloeys/assimp-go v0.3.3
github.com/bloeys/gglm v0.3.1
github.com/inkyblackness/imgui-go/v4 v4.3.0
)