Panda3D
Public Member Functions | Public Attributes
TextureRequest Class Reference

These are the things that a user might explicitly request to adjust on a texture via a line in the .txa file. More...

#include "textureRequest.h"

List of all members.

Public Member Functions

void pre_txa_file ()
 Sets some state up that must be set prior to reading the .txa file.

Public Attributes

EggRenderMode::AlphaMode _alpha_mode
int _anisotropic_degree
double _coverage_threshold
bool _force_format
EggTexture::Format _format
bool _generic_format
bool _got_num_channels
bool _got_size
bool _keep_format
EggTexture::FilterType _magfilter
int _margin
EggTexture::FilterType _minfilter
int _num_channels
bool _omit
TextureProperties _properties
EggTexture::WrapMode _wrap_u
EggTexture::WrapMode _wrap_v
int _x_size
int _y_size

Detailed Description

These are the things that a user might explicitly request to adjust on a texture via a line in the .txa file.

Definition at line 31 of file textureRequest.h.


Member Function Documentation

Sets some state up that must be set prior to reading the .txa file.

Definition at line 52 of file textureRequest.cxx.

Referenced by TextureImage::pre_txa_file().


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations