fixed terrain rendering - visualized normals
[demo] / src / vulkan / mesh-vk.cc
index 4bd4791..89594f2 100644 (file)
@@ -33,4 +33,8 @@ void MeshVK::update_vertex_data()
 
 void MeshVK::draw() const
 {
+}
+
+void MeshVK::draw_normals(float scale) const
+{
 }
\ No newline at end of file