Changes between Version 16 and Version 17 of ChimeraAnimationState


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ChimeraAnimationState

    v16 v17  
    8484==== Custom Models ====
    8585
    86 The Chimera module called PythonModel is used to define custom model types entirely in Python, drawn using PyOpenGL.
    87 {{{
    88 !#sh
     86The Chimera module called !PythonModel is used to define custom model types entirely in Python, drawn using [http://pyopengl.sourceforge.net/ PyOpenGL].
     87{{{
     88#!sh
    8989# See this base class (also called PythonModel) that is subclassed to make a custom model.
    9090more ${CHIMERA_SVN}/libs/PythonModel/PythonModel.py