| 68 | TRI_REGISTER_SETTING( "ellipseRibbonEffectPath", g_ellipseRibbonEffectPath ); |
| 69 | |
| 70 | EveEllipseSet::EveEllipseSet( IRoot* lockobj ) : |
| 71 | PARENTLOCK( m_ellipses ) |
| 72 | { |
| 73 | m_ellipses.SetNotify( this ); |
| 74 | BoundingSphereInitialize( m_boundingSphere ); |
| 75 | PrepareResources(); |
| 76 | } |
| 77 | |
| 78 | void EveEllipseSet::ReleaseResources( TriStorage s ) |
| 79 | { |
nothing calls this directly
no test coverage detected