mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-06 18:26:22 +03:00
0026276: Visualization, TKOpenGl - add missing Standard_EXPORT to matrix management methods in OpenGl_Context
These methods are useful for applying matrices transformations.
This commit is contained in:
parent
5440a790de
commit
5e94009d83
@ -435,16 +435,16 @@ public:
|
|||||||
Standard_EXPORT Standard_Boolean SetGlNormalizeEnabled (Standard_Boolean isEnabled);
|
Standard_EXPORT Standard_Boolean SetGlNormalizeEnabled (Standard_Boolean isEnabled);
|
||||||
|
|
||||||
//! Applies matrix stored in ModelWorldState to OpenGl.
|
//! Applies matrix stored in ModelWorldState to OpenGl.
|
||||||
void ApplyModelWorldMatrix();
|
Standard_EXPORT void ApplyModelWorldMatrix();
|
||||||
|
|
||||||
//! Applies matrix stored in WorldViewState to OpenGl.
|
//! Applies matrix stored in WorldViewState to OpenGl.
|
||||||
void ApplyWorldViewMatrix();
|
Standard_EXPORT void ApplyWorldViewMatrix();
|
||||||
|
|
||||||
//! Applies combination of matrices stored in ModelWorldState and WorldViewState to OpenGl.
|
//! Applies combination of matrices stored in ModelWorldState and WorldViewState to OpenGl.
|
||||||
void ApplyModelViewMatrix();
|
Standard_EXPORT void ApplyModelViewMatrix();
|
||||||
|
|
||||||
//! Applies matrix stored in ProjectionState to OpenGl.
|
//! Applies matrix stored in ProjectionState to OpenGl.
|
||||||
void ApplyProjectionMatrix();
|
Standard_EXPORT void ApplyProjectionMatrix();
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user