Changes between Version 15 and Version 16 of ChimeraAnimationState


Ignore:
Timestamp:
Jan 7, 2011, 10:34:10 AM (15 years ago)
Author:
Darren Weber
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraAnimationState

    v15 v16  
    8282}}}
    8383
     84==== Custom Models ====
     85
     86The Chimera module called PythonModel is used to define custom model types entirely in Python, drawn using PyOpenGL.
     87{{{
     88!#sh
     89# See this base class (also called PythonModel) that is subclassed to make a custom model.
     90more ${CHIMERA_SVN}/libs/PythonModel/PythonModel.py
     91}}}
     92
     93
    8494=== Atoms ===
    8595
     
    325335}}}
    326336
     337
     338