Using Filters/Create New Mesh Layer/Structure Synth Mesh Layer in MeshLab version 1.3.2_64bit
to import a .es structure synth script.
The mesh is created but without any colors
This occurs with all the examples from Structure Synth version 1.50 and version 1.72
Below is an example from the structure synth web site http://structuresynth.sourceforge.net/learn.php -
Color transformations
Similar to the spatial transformations it is also possible to transform the current rendering color.
Structure Synth uses HSV (Hue, Saturation and Value) for representing colors.
The color transformations are applied using the 'hue', 'saturation' and 'value' operators.
The next example demonstrates both iterated actions and color transformations to draw a nice color cube:
10 * { x 1 hue 36 } 10 * { y 1 sat 0.9 } 10 * { z 1 b 0.9 } box
But in MeshLab, this creates only a box without any colours
O/S : Windows 7 64bit