1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00

ovis: implement MATERIAL_LINE_WIDTH

This commit is contained in:
Pavel Rojtberg
2018-10-10 16:04:06 +02:00
parent 0bb0989fda
commit a3c8704db4
2 changed files with 8 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ enum SceneSettings
enum MaterialProperty
{
MATERIAL_POINT_SIZE,
MATERIAL_LINE_WIDTH,
MATERIAL_OPACITY,
MATERIAL_EMISSIVE,
MATERIAL_TEXTURE0,