%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
SetBlockSize Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : SetBlockSize Method
blockSize
The number of triangles to be drawn all together. Default value is 100.
Sets the number of triangles to be drawn as a block when using WebGL. The higher value the quicker the render will be. Caution! some devices may fail after a specific limit. Used with EnableWebGL.

Syntax

JScript 
public function SetBlockSize( 
   blockSize : int
);

Parameters

blockSize
The number of triangles to be drawn all together. Default value is 100.

See Also