1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0027256: Visualization, Path Tracing - add support of alpha-channel of texture

Regenerate resource files.
This commit is contained in:
dbp
2016-11-17 18:51:38 +03:00
committed by apn
parent 383c6c9fb2
commit f411f94fac
9 changed files with 49 additions and 15 deletions

View File

@@ -41,6 +41,7 @@ Graphic3d_NOT_2D_MAPLE,
Graphic3d_NOT_2D_MARBLE,
Graphic3d_NOT_2D_MOTTLED,
Graphic3d_NOT_2D_RAIN,
Graphic3d_NOT_2D_CHESS,
Graphic3d_NOT_2D_UNKNOWN
};

View File

@@ -42,7 +42,8 @@ static const char *NameOfTexture_to_FileName[] =
"2d_maple.rgb",
"2d_marble.rgb",
"2d_mottled.rgb",
"2d_rain.rgb"
"2d_rain.rgb",
"2d_chess.rgba"
};
// =======================================================================