Move to OpenSimplex noise
Apart from other benefits, this produces much nicer direction agnostic noise
This commit is contained in:
parent
7b4541716a
commit
4b715bdff3
3 changed files with 14 additions and 10 deletions
2
go.mod
2
go.mod
|
@ -3,12 +3,12 @@ module github.com/mdiluz/rove
|
|||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/aquilax/go-perlin v0.0.0-20191229124216-0af9ce917c28
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/golang/protobuf v1.4.2
|
||||
github.com/google/uuid v1.1.1
|
||||
github.com/grpc-ecosystem/grpc-gateway v1.14.6
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/ojrac/opensimplex-go v1.0.1
|
||||
github.com/robfig/cron v1.2.0
|
||||
github.com/stretchr/testify v1.6.0
|
||||
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue