Hi,

> Rendering is unacceptably slow, and I have to look into why that is, but
> there is certain to be some optimization that can be done there on the
> JavaScript side.

Judging from your screenshot, the problem is that wireframe is
rendered as LOTs of cylinders.
In Export3D.js, drawLine() calls fillCylinderXYZ(), which ultimately
calls drawCylinder() in JmolJSmol.js.
We should use GL_LINES (THREE.Lines) instead.

Best regards,

Takanori Nakane

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Jmol-developers mailing list
Jmol-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to