ExportOptionsModifier.TileTessellationX

This page contains reference documentation for the TileTessellationX member. This member sets or gets the output terrain tile TESSELLATION X.

Declaration

int TileTessellationX;

Examples

Examples are as follows:

ExportOptionsModifier modifier = new ExportOptionsModifier;

// Set the parameter to create quadrants/tiles with 32 point tessellation.

modifier.TileTessellationX = 32;

// Set the parameter to create quadrants/tiles with 64 point tessellation.

modifier.TileTessellationY = 64;

Working Sample Code

For sample code: