3Dmol.js icon indicating copy to clipboard operation
3Dmol.js copied to clipboard

have option of labels that scale with model

Open dkoes opened this issue 10 years ago • 1 comments

currently implement with a fixed font size for maximum readability

dkoes avatar Mar 17 '15 14:03 dkoes

SDF rendering might be a good approach for this, as it scales well and looks crisp with 3D transformations. You could use this implementation as a reference.

There's a growing set of modules on npm that would prove useful for text rendering: https://www.npmjs.com/package/text-modules

Or WebGL/GLSL abstractions in general: http://stack.gl/packages/

mattdesl avatar Apr 12 '15 17:04 mattdesl