50 if( !
m_node->SetParent( aParent ) )
55 wxLogTrace( MASK_3D_SG, wxT(
"%s:%s:%d %s" ), __FILE__, __FUNCTION__, __LINE__,
94 if( aParent !=
m_node->GetParent() )
96 wxLogTrace( MASK_3D_SG, wxT(
"%s:%s:%d * [BUG] invalid SGNODE parent (%s) to SCENEGRAPH" ),
97 __FILE__, __FUNCTION__, __LINE__,
115 wxCHECK( np,
false );
146 if( aScale < 1e-8 && aScale > -1e-8 )
148 wxLogTrace( MASK_3D_SG, wxT(
"%s:%s:%d * [BUG] |scale| is < 1e-8 - this seems strange" ),
149 __FILE__, __FUNCTION__, __LINE__ );
SGNODE * GetRawPtr(void) noexcept
Return the raw internal SGNODE pointer.
Define the basic data set required to represent a 3D model.
The base class of all Scene Graph nodes.
S3D::SGTYPES GetNodeType(void) const noexcept
Return the type of this node instance.
const char * GetNodeTypeName(S3D::SGTYPES aNodeType) const noexcept