Ignore:
Timestamp:
Aug 9, 2017, 10:20:26 AM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_with_BondGraph_continued
Children:
78830b
Parents:
5bbaca
git-author:
Frederik Heber <frederik.heber@…> (08/08/17 21:26:57)
git-committer:
Frederik Heber <frederik.heber@…> (08/09/17 10:20:26)
Message:

Arrows display velocity and force of each atom.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Views/Qt4/Qt3D/GLMoleculeObject.hpp

    r5bbaca r9e4e21  
    108108   static QGLSceneNode *meshSphere[DETAILTYPES_MAX];
    109109   static QGLSceneNode *meshCylinder[DETAILTYPES_MAX];
     110   static QGLSceneNode *meshArrow[DETAILTYPES_MAX];
    110111
    111112protected:
     
    130131   static QGLMaterial *m_selectionMaterial;
    131132   static QGLMaterial *m_selectionBoxMaterial;
     133   static QGLMaterial *m_velocityMaterial;
     134   static QGLMaterial *m_forceMaterial;
    132135   QGLAbstractEffect *m_effect;
    133136   int m_objectId;
Note: See TracChangeset for help on using the changeset viewer.