Blender  V3.3
Public Attributes | List of all members
Projector Struct Reference

Public Attributes

Objectob
 
float projmat [4][4]
 
float normal [3]
 
voiduci
 

Detailed Description

Definition at line 87 of file MOD_uvproject.c.

Member Data Documentation

◆ normal

float Projector::normal[3]

Definition at line 90 of file MOD_uvproject.c.

Referenced by uvprojectModifier_do().

◆ ob

Object* Projector::ob

Definition at line 88 of file MOD_uvproject.c.

Referenced by uvprojectModifier_do().

◆ projmat

float Projector::projmat[4][4]

Definition at line 89 of file MOD_uvproject.c.

Referenced by uvprojectModifier_do().

◆ uci

void* Projector::uci

Definition at line 91 of file MOD_uvproject.c.

Referenced by uvprojectModifier_do().


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