added debug code to find 'black screen of death'

This commit is contained in:
Hartmut Seichter 2020-12-02 17:09:02 +01:00
parent a53db41bab
commit 455177d33e
3 changed files with 24 additions and 7 deletions

View file

@ -60,9 +60,6 @@ void geometry::set_vertices(const geometry::vertex3array_t &v)
// first set vertices
_vertices = v;
//
compute_normals();
// update bounds
compute_bounds();
}