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:
@@ -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
|
||||
};
|
||||
|
||||
|
@@ -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"
|
||||
};
|
||||
|
||||
// =======================================================================
|
||||
|
Reference in New Issue
Block a user