how to use the rayshader packge for 3D surface from x, y, z

后端 未结 0 500
無奈伤痛
無奈伤痛 2020-11-28 10:59

imagine I have a 3 columns matrix x, y, z where z is a height/intensity of x and y.

x = runif(1000)
y = runif(1000)
z = rnorm(1000)

How to us

相关标签:
回答
  • 消灭零回复
提交回复
热议问题