View Single Post
  #4  
Old 10-29-2015, 09:40 PM
jai jai is offline
Member
 
Join Date: Oct 2015
Posts: 26
Hello jeff,
thanks for responding.

Suppose I am having x,y,z ; z as height with me.

Now , I want to plot this information as a surface plot in 3D , how to do that in vizard.

I want to create 3d surface/ terrain using height information and afterwards want to add texture to this.

Please , help me how to do this.

In matplotlib i am able to do this using plot_surface.
In openGL , same can be implemented using vertex and shaders
Reply With Quote