SourcePP
Several modern C++20 libraries for sanely parsing Valve's formats.
Loading...
Searching...
No Matches
bsppp::BSPTextureInfo_v0 Struct Reference

#include <LumpData.h>

Collaboration diagram for bsppp::BSPTextureInfo_v0:

Public Attributes

sourcepp::math::Vec4f textureVector1
 
sourcepp::math::Vec4f textureVector2
 
sourcepp::math::Vec4f lightmapVector1
 
sourcepp::math::Vec4f lightmapVector2
 
int32_t flags
 
int32_t textureData
 

Detailed Description

Definition at line 99 of file LumpData.h.

Member Data Documentation

◆ flags

int32_t bsppp::BSPTextureInfo_v0::flags

Definition at line 104 of file LumpData.h.

◆ lightmapVector1

sourcepp::math::Vec4f bsppp::BSPTextureInfo_v0::lightmapVector1

Definition at line 102 of file LumpData.h.

◆ lightmapVector2

sourcepp::math::Vec4f bsppp::BSPTextureInfo_v0::lightmapVector2

Definition at line 103 of file LumpData.h.

◆ textureData

int32_t bsppp::BSPTextureInfo_v0::textureData

Definition at line 105 of file LumpData.h.

◆ textureVector1

sourcepp::math::Vec4f bsppp::BSPTextureInfo_v0::textureVector1

Definition at line 100 of file LumpData.h.

◆ textureVector2

sourcepp::math::Vec4f bsppp::BSPTextureInfo_v0::textureVector2

Definition at line 101 of file LumpData.h.


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