HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RV_TextureParms Class Reference

#include <RV_Type.h>

Public Attributes

UT_StringHolder Layer
 
UT_StringHolder ColorSpace
 
fpreal ImageScale = 1.0
 
exint MaxWidth = 0
 
exint MaxHeight = 0
 
exint MaxDepth = 0
 
bool MipMap = false
 
fpreal MinLOD = 0.0
 
fpreal MaxLOD = -1.0
 
bool LinearInterp = true
 
bool IntTexture = false
 
bool SampleTexels = false
 
bool CheckAlpha = false
 
int Anisotropy = 4
 
RV_TextureWrap WrapU = RV_TEX_WRAP_REPEAT
 
RV_TextureWrap WrapV = RV_TEX_WRAP_REPEAT
 
RV_TextureWrap WrapW = RV_TEX_WRAP_REPEAT
 
fpreal32 BorderColor [4] = { 0.0, 0.0, 0.0, 0.0 }
 
bool IsData = false
 

Detailed Description

Definition at line 149 of file RV_Type.h.

Member Data Documentation

int RV_TextureParms::Anisotropy = 4

Definition at line 165 of file RV_Type.h.

fpreal32 RV_TextureParms::BorderColor[4] = { 0.0, 0.0, 0.0, 0.0 }

Definition at line 169 of file RV_Type.h.

bool RV_TextureParms::CheckAlpha = false

Definition at line 164 of file RV_Type.h.

UT_StringHolder RV_TextureParms::ColorSpace

Definition at line 153 of file RV_Type.h.

fpreal RV_TextureParms::ImageScale = 1.0

Definition at line 154 of file RV_Type.h.

bool RV_TextureParms::IntTexture = false

Definition at line 162 of file RV_Type.h.

bool RV_TextureParms::IsData = false

Definition at line 170 of file RV_Type.h.

UT_StringHolder RV_TextureParms::Layer

Definition at line 152 of file RV_Type.h.

bool RV_TextureParms::LinearInterp = true

Definition at line 161 of file RV_Type.h.

exint RV_TextureParms::MaxDepth = 0

Definition at line 157 of file RV_Type.h.

exint RV_TextureParms::MaxHeight = 0

Definition at line 156 of file RV_Type.h.

fpreal RV_TextureParms::MaxLOD = -1.0

Definition at line 160 of file RV_Type.h.

exint RV_TextureParms::MaxWidth = 0

Definition at line 155 of file RV_Type.h.

fpreal RV_TextureParms::MinLOD = 0.0

Definition at line 159 of file RV_Type.h.

bool RV_TextureParms::MipMap = false

Definition at line 158 of file RV_Type.h.

bool RV_TextureParms::SampleTexels = false

Definition at line 163 of file RV_Type.h.

RV_TextureWrap RV_TextureParms::WrapU = RV_TEX_WRAP_REPEAT

Definition at line 166 of file RV_Type.h.

RV_TextureWrap RV_TextureParms::WrapV = RV_TEX_WRAP_REPEAT

Definition at line 167 of file RV_Type.h.

RV_TextureWrap RV_TextureParms::WrapW = RV_TEX_WRAP_REPEAT

Definition at line 168 of file RV_Type.h.


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