I guess my first choice would be your patching bug fixes into 10.2. Some reason not to do that?

draw would be great. Go for it. I think it's pretty self-contained. Look at the $object notation and see if it is satisfactory. It allows us to refer to specific objects rather than "assigning" a pmesh or draw object and then referencing just with the keyword "pmesh" or "draw". That's probably the tricky part. Note that I implemented it as a mesh because that was handy. I had already adapted pmesh to be "inline" (which I think we probably don't need, but I'm not ready to say we don't) and with that came pmesh "points" and pmesh "lines". Simple enough, but feel free to adapt to your liking.

Associated with draw will be {x y z} which is working great for coordinates. You'll probably want to build a compiler routine for that; I felt it was easier just to handle it in Eval.

I think the capability illustrated at

http://www.stolaf.edu/people/hansonr/jmol/test/proto/draw.htm

is a good starting point. :)

Look forward to seeing this.

Be aware that there are visibility issues with draw -- I solved them by moving to visiblity flags. That simplified all other operations and set us up for defining the current visibility "state" -- something to think about, anyway.

If you like them, the sooner you can get the visibility flags in, the better, because lots of other things depend on that. Recall that the purpose of the visibility

Bob


Miguel wrote:

Bob,

I am thinking of looking at the 'draw' functionality and beginning the
process of reintegrating it back into the trunk.

Q: Does that sound OK to you, or is there something else that you think
should be moved first?


Miguel



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to