Recent Changes - Search:

ZGameEditor

Documentation

Community

Edit sidebar

ImplicitExpression

ImplicitExpression

An implicit function defined by an expression.

This component can only be used in the MeshImplicit.Function property.

See also: MeshImplicit

Properties

Expression

An expression that is called when the implicit surface polygonizer is sampling the surface. The special read-only properties "X","Y" and "Z" holds the current coordinates. Return a value representing the distance to the surface. Example of a valid expression that defines a sphere: "return (X*X) + (Y*Y) + (Z*Z) - 1;"

Edit - History - Print - Recent Changes - Search
Page last modified on January 14, 2007, at 06:24 pm