| 
			
			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
 |