get vertice_altititudes and vertices_heights in set_mesh_lookup_data
This commit is contained in:
parent
5774910a25
commit
64de7f7c58
3 changed files with 9 additions and 5 deletions
|
@ -81,5 +81,5 @@ class RenderEngine(ABC):
|
|||
altitude=None, height=None, shape_cache_key=None):
|
||||
pass
|
||||
|
||||
def set_mesh_lookup_data(self, vertices, faces):
|
||||
def set_mesh_lookup_data(self, data):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue