refactored Mesh, added tests, added failing "twice spin()" test
This commit is contained in:
@@ -65,14 +65,14 @@ namespace cv
|
||||
SHADING
|
||||
};
|
||||
|
||||
enum RenderingRepresentationProperties
|
||||
enum RepresentationValues
|
||||
{
|
||||
REPRESENTATION_POINTS,
|
||||
REPRESENTATION_WIREFRAME,
|
||||
REPRESENTATION_SURFACE
|
||||
};
|
||||
|
||||
enum ShadingRepresentationProperties
|
||||
enum ShadingValues
|
||||
{
|
||||
SHADING_FLAT,
|
||||
SHADING_GOURAUD,
|
||||
|
Reference in New Issue
Block a user