Blender V5.0
XMLReadState Struct Reference

Inherits XMLReader.

Public Member Functions

 XMLReadState ()

Public Attributes

Scenescene = nullptr
Transform tfm
bool smooth = false
Shadershader = nullptr
string base
float dicing_rate = 1.0f
Objectobject = nullptr

Detailed Description

Definition at line 37 of file cycles_xml.cpp.

Constructor & Destructor Documentation

◆ XMLReadState()

XMLReadState::XMLReadState ( )
inline

Definition at line 46 of file cycles_xml.cpp.

References tfm, and transform_identity().

Member Data Documentation

◆ base

string XMLReadState::base

Definition at line 42 of file cycles_xml.cpp.

Referenced by xml_read_include().

◆ dicing_rate

float XMLReadState::dicing_rate = 1.0f

Definition at line 43 of file cycles_xml.cpp.

◆ object

Object* XMLReadState::object = nullptr

Definition at line 44 of file cycles_xml.cpp.

◆ scene

Scene* XMLReadState::scene = nullptr

Definition at line 38 of file cycles_xml.cpp.

◆ shader

Shader* XMLReadState::shader = nullptr

Definition at line 41 of file cycles_xml.cpp.

◆ smooth

bool XMLReadState::smooth = false

Definition at line 40 of file cycles_xml.cpp.

◆ tfm

Transform XMLReadState::tfm

Definition at line 39 of file cycles_xml.cpp.

Referenced by xml_read_scene(), and XMLReadState().


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