Surfaces management
When you create a geometry object new surface is created too and automatically applied to the created object. However you can reuse the surface to other objects. In order to change currently applied surface for the geometry object click on the combo box Surface. Then you can select from available surfaces.
By clicking on the Edit surface button you can swicth to "Surface" tab. There you are able to adjust all the surface parameters. Of course you can create empty surface, copy existing or remove one using relevant icons in "Surface" tab.
Keep in mind that also some geometry settings such as "Distorions" may affect surface look. Combining them allow you to obtain pretty interesting effects.
Surface settings
There are few general parameters for the surface. Transparency is used globally for the layer, each layer has the same lavel of transparency. Right next to Transparency numeric stepper there is a combo box Blending where you can set blending mode either to Normal or Add. The Add blending mode takes effect when Transparency is less than 100 or any textures with alpha channel are displaying. Usually the Add blending mode is used when you expect some transparency objects passing over other.

Default triangles making up the objects are drawn by the engine on one side only. Typically, on the side where the normal vector faces the camera. If you want the triangles of the object to be drawn independently from the normal vector return, in other words, the surface is drawn on its both sides, please select the checkbox – Double sided. Move the mouse over the examples below to see them in motion.
![]() |
![]() |
Double sided: OFF | Double sided: ON |
Object's surface can consist of 3 layers : Fill, Lines and Points. Let's have a look on their parameters.
Fill
There are few available shaders that can select for the Fill layer. In some cases you may need to select None, for instance when you wish to display lines only.

Solid color
The entire surface is filled with color specified in parameter Fill color
Texture
For the moment two of Esquimo objects can display textures - Textured plane and Import geometry. To apply texture on one of these type of objects you have to first load a bitmap to Esquimo using Texture manager button. Texture manager is a store for images that can be used in the scene. Images are loaded in JPG, PNG or BMP format ( BMPs are converting into PNG after loading ). Esquimo displays .PNG textures with its alpha channel both in editor view and final SWF.
Texture manager has a very simple interface. The appropriate buttons allow adding an image, removing from the list and the possible replacement of the existing bitmaps for the textures already existing on the list. The added
image becomes a texture and is listed under its own name, which can be changed by typing in the text
box under the preview of the texture. In Esquimo, the texture is a sort of container for the bitmap. This feature is particularly applicable in circumstances, where, in the scene there are already textured objects and there is a need to change the look of the
used textures. Then, it is enough to replace the contents of the texture – to load a new image file for the selected item from
Available textures in Texture manager -
.
All textures loaded into Texture manager are saved in scene file. Output SWF
will include only textures that are being used in scene.
When textures are already available in Texture manager you can use them as surface layer of the object ( Shader combo box set to Texture ) . Click on the combo-box Texture and choose one of the available textures from the list.
Always publish - it is used mostly while using API. If the checkbox is set, the bitmap data of selected texture are included regardless the texture is used in the scene or not.
Cartoon
In the Cartoon shader the surface is filled with use limited amount of colors specified by Levels parameter. The second feature is an outline which the color and thickness can be set using Line color and Thickness parameters. The amount of levels doesn't affect rendering perfomance though cartoon shader itself loads GPU more than other shaders. You can obtain interesting effects by manipulating some lighting parameters. For instance Self ilum. specifes how much linerar the color levels' distribution is.
The specular spot if turned on is also divided into same amount of levels as the main fill color.
Lighting modes
Each object may react differently to lights placed in the scene. Lighting mode applies only to Fill layer. There are 3 options available:

- Lighting disabled - Surface of the object gets the color specified in Solid color and does not respond to the action of lights.
- Flat - Each elementary part of the surface ( triangle or polygon, depending on objects structure ) takes a solid color that results from the angle between the surface and light rays.
- Smooth - Each point of the surface changes smoothly across the surface. Technically only colors for vertices are computed and the area of single polygon is filled with color gradient based on color vertices.
Comparison of lighting modes |
Additionally, for the surface you can set the intensity of self-illumination and the size of gloss.
Self illum. parameter takes the values of 0-1 and determines the power of self-lighting. The greater is the value of
Self illum , the greater is the own-glowing of the object. Move your mouse over the objects below in order to see them in motion.
Self illumination parameter |
Light can generate also the gloss on the surface of illuminated object. The Specular parameter allow you to set the color of the gloss. Parameter called "Shininess" decides about the extent of the gloss.
The more dense mesh the better the gloss looks. Move your mouse over the objects below in order to see them in motion.
Shininess parameter |
Lines
Check the samples below with different settings.
Fill color is the same as background color in the example.
(Click on the picture to see it in motion)
Points
Right next to "Surface" tab there is a "Distortion" tab. You can turn on a Noise (the only one available at the moment) effect that affect a surface of the mesh. Noise causes a random shift of the vertices of the object in each frame of animation. As an additional parameter you can set the size of position disturbances of the vertices (Max dist.).
Combining Shaking lines and Distortion allows to create preety interesting effects. The main difference between them comes down to the fact that the first one modify the coordinates of the begin and the end of drawn lines, therefore, are visible only when lines displaying is on. The second ones modify the positions of vertices on the base of which there are drawn both lines and triangles filled with the color or texture.
Shaking lines , Distortion (noise) |