usage | description
|
---|
dev frameRate [on|off|tog] | show/hide/toggle frame rate display
|
dev polyCount [on|off|tog] | show/hide/toggle poly count display
|
dev frameCount [on|off|tog] | show/hide/toggle frame count display
|
dev printViewMatrix | print view matrix
|
dev hrLookUpDirs | reports current view look and up dirs with max precision
|
dev ptViewToWorld <x y z> | converts view point to world point
|
dev ptWorldToView <x y z> | converts world point to view point
|
dev setSurfVdwExpand [N] | sets the default fractional value to expand vdw radii during surface mesh generation
|
dev insMesh <meshFile> [annName] | inserts a mesh object from file <meshFile> into a new annotation [with name <annName>]
|
dev insSmoothMesh <meshFile> [annName] | inserts a smooth mesh object from file <smoothMeshFile> into a new annotation [with name <annName>]
|
dev insScMesh <smoothColorMeshFile> [annName] | inserts a smooth color mesh object from file <smoothColorMeshFile> into a new annotation [with name <annName>]
|
dev insWireLoop <loopFile> [annName] | inserts a wire loop object from file <loopFile> into a new annotation [with name <annName>]
|
dev insWireSegPair <segFile> [annName] | inserts a wire segment pair object from file <segFile> into a new annotation [with name <annName>]
|
dev insPointSet <ptFile> [annName] | inserts a point set object from file <ptFile> into a new annotation [with name <annName>]
|
dev drawHbShadows [on|off|tog] | show/hide/toggle drawing of shadow positions for hydrogen bond atoms
|
dev dumpGraphicsWin <sOutfile> [sFormat] | writes an image of the current graphics window to a file, with format ('PNG', 'BMP' )
|
dev appendPteCmd <sCmdLine> | Queues a command to be executed at the end of the main window timer event member function.
|