DunGen  1.0
Dungeongenerator library for Irrlicht
Public Types | List of all members
DunGen::ELSystemParameter Struct Reference

Parameters of a L-system. More...

#include <LSystemCommon.h>

Public Types

enum  Enum {
  ANGLE_YAW = 0, ANGLE_PITCH = 1, ANGLE_ROLL = 2, RADIUS_START = 3,
  RADIUS_FACTOR = 4, RADIUS_DECREMENT = 5
}
 

Detailed Description

Parameters of a L-system.

Member Enumeration Documentation

Enumerator
ANGLE_YAW 

The yaw angle.

ANGLE_PITCH 

The pitch angle.

ANGLE_ROLL 

The roll angle.

RADIUS_START 

The start radius in voxels.

RADIUS_FACTOR 

The factor, with which the radius is multiplied, when decreasing the radius, has to be in intervall [0,1].

RADIUS_DECREMENT 

The constant in voxels, which is substracted from the radius, when descreasing the radius (applies after multiplying with RADIUS_FACTOR).