mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
Adding README.md for Kinemage extension
This commit is contained in:
22
src/extensions/kinemage/README.md
Normal file
22
src/extensions/kinemage/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Kinemage extension
|
||||
|
||||
This extension adds support for the Kinemage molecular graphics format based on the
|
||||
[kinemage](http://kinemage.biochem.duke.edu/static/files/PDFs/format-kinemage.pdf) format specification.
|
||||
|
||||
It currently supports the following features:
|
||||
- Drag-and-drop of Kinemage files into the display area
|
||||
- Display of @ball, @sphere, @vector, @dot, @ribbon, and @triangle objects
|
||||
- Hovering over objects to see their labels (if present)
|
||||
|
||||
Currently unsupported features include:
|
||||
- master and submaster selections of visible objects
|
||||
- Setting one or more viewpoints
|
||||
- animations
|
||||
- @label and @ring objects
|
||||
- @hsvcolor keyword for coloring by hue, saturation, and value
|
||||
- 'fore' and 'rear' keywords for different front and back colors
|
||||
|
||||
Current limitations include:
|
||||
- Lines and triangles are a single color, not colored by vertex
|
||||
- Line segments in Mol* do not support end-caps for wide lines, so there are artifacts in highly-curved lines
|
||||
- The default perspective view and white background for Mol* differs from that of Kinemage
|
||||
Reference in New Issue
Block a user