Blender  V3.3
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

Used for mapping and texture nodes.

Definition at line 213 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 219 of file DNA_texture_types.h.

Referenced by BKE_texture_mapping_default().

◆ mat

float TexMapping::mat[4][4]

Definition at line 222 of file DNA_texture_types.h.

Referenced by BKE_texture_mapping_default(), and BKE_texture_mapping_init().

◆ max

float TexMapping::max[3]

◆ min

float TexMapping::min[3]

◆ ob

struct Object* TexMapping::ob

Definition at line 224 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: