Change package name to edgaru089.ink/go/gl01 & Update dependencies
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
"log"
|
||||
"sort"
|
||||
|
||||
"edgaru089.ml/go/gl01/internal/util/itype"
|
||||
"edgaru089.ink/go/gl01/internal/util/itype"
|
||||
)
|
||||
|
||||
// The largest width a texture atlas can grow to.
|
||||
|
@ -1,6 +1,6 @@
|
||||
package util
|
||||
|
||||
import "edgaru089.ml/go/gl01/internal/util/itype"
|
||||
import "edgaru089.ink/go/gl01/internal/util/itype"
|
||||
|
||||
func BunnyhopAccelerate(accelDir, prevVel itype.Vec3d, accelVel, maxVel float64) (resultVel itype.Vec3d) {
|
||||
if accelVel < 1e-4 {
|
||||
|
Reference in New Issue
Block a user