使用 4*4*4 的控制点

This commit is contained in:
nuknal
2024-09-04 10:43:20 +08:00
parent 19522db7c8
commit 884dee3c82
4 changed files with 17 additions and 16 deletions

View File

@@ -56,8 +56,8 @@ type RPCModel struct {
// rational polynomial coeffients
func NewRPC(r *Registrator, scene *Scene, rpb string) *RPC {
rpc := RPC{
elevationLayer: 4,
gridsize: 19,
elevationLayer: 3,
gridsize: 3,
registrator: r,
scene: scene,
rpb: rpb,