mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024192: Adding support for shaders to OCCT visualization toolkit
This commit is contained in:
@@ -27,11 +27,12 @@
|
||||
// purpose :
|
||||
// =======================================================================
|
||||
OpenGl_Group::OpenGl_Group ()
|
||||
: myAspectLine(NULL),
|
||||
myAspectFace(NULL),
|
||||
myAspectMarker(NULL),
|
||||
myAspectText(NULL),
|
||||
myFirst(NULL), myLast(NULL)
|
||||
: myAspectLine (NULL),
|
||||
myAspectFace (NULL),
|
||||
myAspectMarker (NULL),
|
||||
myAspectText (NULL),
|
||||
myFirst (NULL),
|
||||
myLast (NULL)
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user