- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.hpp
r7b93f9 r897a01 108 108 static QGLSceneNode *meshSphere[DETAILTYPES_MAX]; 109 109 static QGLSceneNode *meshCylinder[DETAILTYPES_MAX]; 110 static QGLSceneNode *meshArrow[DETAILTYPES_MAX]; 110 111 111 112 protected: … … 130 131 static QGLMaterial *m_selectionMaterial; 131 132 static QGLMaterial *m_selectionBoxMaterial; 133 static QGLMaterial *m_velocityMaterial; 134 static QGLMaterial *m_forceMaterial; 132 135 QGLAbstractEffect *m_effect; 133 136 int m_objectId;
Note:
See TracChangeset
for help on using the changeset viewer.