Blender  V2.93
Public Attributes | List of all members
TexMapping Struct Reference

#include <DNA_texture_types.h>

Public Attributes

float loc [3]
 
float rot [3]
 
float size [3]
 
int flag
 
char projx
 
char projy
 
char projz
 
char mapping
 
int type
 
float mat [4][4]
 
float min [3]
 
float max [3]
 
struct Objectob
 

Detailed Description

Definition at line 223 of file DNA_texture_types.h.

Member Data Documentation

◆ flag

int TexMapping::flag

◆ loc

float TexMapping::loc[3]

◆ mapping

char TexMapping::mapping

Definition at line 226 of file DNA_texture_types.h.

Referenced by BKE_texture_mapping_default().

◆ mat

float TexMapping::mat[4][4]

◆ max

float TexMapping::max[3]

◆ min

float TexMapping::min[3]

◆ ob

struct Object* TexMapping::ob

Definition at line 231 of file DNA_texture_types.h.

◆ projx

char TexMapping::projx

◆ projy

char TexMapping::projy

◆ projz

char TexMapping::projz

◆ rot

float TexMapping::rot[3]

◆ size

float TexMapping::size[3]

◆ type

int TexMapping::type

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