Converts the in-memory Math Kernel geometry to myVR parametric geometry. The result is placed in a stream ready to be used by the myVR module that generates trees and batches.
The resulting stream contains the material ID. If the material changes, the entire stream must be recreated.
Custom Settings
transform
Converts a global coordinate system to a local coordinate system. This removes most of the distortion that can be seen in plants with large coordinate systems.
align
Aligns the Math Kernel geometry before the conversion is done.
freeGTypes
Frees the in-memory Math Kernel geometry after the conversion has finished.
validate
Ensures that the resulting stream can be tessellated by the myVR API.
trackMetrics
Indicates whether the module tracks how many graphics are processed and how long the processing takes. If set to true, the time it takes to process all graphics increases.
warnFailures
Indicates whether the module should report any encountered warnings. This includes the Math Kernel being unable to calculate the triangle estimate.
XlocationX
Specifies a folder to contain all invalid geometry for future analysis.