VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs | Enumerations
rwTerrainCategoryMask.h File Reference

Go to the source code of this file.

Classes

class  DtRwTerrainCategoryMask
 

Typedefs

using DtTerrainCategoryMask = unsigned int
 

Enumerations

enum  DtTerrainCategory {
  DtTerrainCategoryNone = 0, DtTerrainCategoryTerrainSkin = 1 << 0, DtTerrainCategoryVegetation = 1 << 1, DtTerrainCategoryStructure = 1 << 2,
  DtTerrainCategoryAll = 0xFFFF
}
 

Typedef Documentation

This bitmask is made using DtTerrainCategory values.

Enumeration Type Documentation

This enumeration is a set of values that can be used in a bitfield that define different "categories" of terrain.

Enumerator
DtTerrainCategoryNone 
DtTerrainCategoryTerrainSkin 

No category. No terrain should have this value.

DtTerrainCategoryVegetation 

Terrain that includes the surface of the ground/water that entities will typically drive/stand on.

DtTerrainCategoryStructure 

Terrain which represents vegetation (trees, etc). There should be terrain skin under these.

DtTerrainCategoryAll 

Terrain which represents buildings and other structures. There should be terrain skin under these.


Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)