Updating Kinemage README with new capabilities

This commit is contained in:
Russ Taylor
2026-03-23 15:04:28 -04:00
parent e309e8917a
commit 1a0b30d6eb

View File

@@ -11,16 +11,18 @@ It currently supports the following features:
- Hovering over objects to see their labels (if present)
- When there are views defined, JSON Data entries are added to the State Tree; when selected, they shift the view
- State Tree names are based on the @pdbfile or @caption in the Kinemage file if there is one
- Lines are split in half, with each half colored by and labeled by the nearest vertex
- Master and submaster selections of visible objects
Currently unsupported features include:
- master and submaster selections of visible objects
- animations
- Group and subgroup hierarchy
- Animations
- @label and @ring lists
- @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 (Mol* does not support per-vertex coloring for these primitives)
- Triangles are a single color, not colored by vertex (Mol* does not support per-vertex coloring for these primitives)
- 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 (though selecting a view from the
State Tree will switch it to orthographic)