Rock Factory  1.0
Unity3d component package for procedural rocks
 All Classes Functions Variables Enumerations Properties
RFContourLine Class Reference

Contour line. Isolines (a.k.a. contour lines) are lines connecting points of equal height. More...

List of all members.

Public Attributes

float min = 0f
 Lowest point
float max = 0f
 Highest point
bool isEnabled = true
 Is contour line enabled. When false, it's ignored when geometry is being generated.

Detailed Description

Contour line. Isolines (a.k.a. contour lines) are lines connecting points of equal height.


Member Data Documentation

bool isEnabled = true

Is contour line enabled. When false, it's ignored when geometry is being generated.

float max = 0f

Highest point

float min = 0f

Lowest point


The documentation for this class was generated from the following file: