Télécharger la liste

Description du projet

wm3d(flash11, Stage3D)/Watermelon(flash10 with Sandy 3D engine) are simple flash 3D molecular viewers developed with Haxe. Molecules can be drawn in various ways such as sphere, sticks, and ribbons. Watermelon can be attached on web-pages and pres...

Système requise

System requirement is not defined

Livrée : 2011-12-02 16:00
wm3d 0.13 (1 files Cacher)

Notes de release

Aucun Notes de version

Changelog

* add new XML element SHAPE and its child element TRI
* add tinylib/Triangles.hx, but it is buggy now.
Transparent SHAPE looks sometimes, not always, strange. Why?
* add samples/surface.xml as an example of SHAPE
* add simple code to generate SHAPE in scripts/c++/eq2xml,
although this is not written in scripting language...
* update document
* add very simple alias function
this function is not described in document/wiki,
since the functionality is very poor and will cause some bugs.
* fix bug on WMSystem::initializeCrd()
* fix vertex normal of RoundedCylinder
* fix framerate
* <LIGHT>, <AR>, <FRAMERATE> elements migrated to
"light", "arrate", "framerate" attributes in <SETTING>, respectively.
* fix bug on setting framerate by XML
* add origin attribute to <SETTING>
* modify facedir creation algorithm