Urho3D::SourceBatch Struct Reference

Source data for a 3D geometry draw call. More...

#include <Drawable.h>

Collaboration diagram for Urho3D::SourceBatch:
[legend]

Public Member Functions

 SourceBatch ()
 Construct with defaults.
 
 ~SourceBatch ()
 Destruct.
 

Public Attributes

float distance_
 Distance from camera.
 
Geometrygeometry_
 Geometry.
 
SharedPtr< Materialmaterial_
 Material.
 
const Matrix3x4worldTransform_
 World transform(s). For a skinned model, these are the bone transforms.
 
unsigned numWorldTransforms_
 Number of world transforms.
 
GeometryType geometryType_
 Geometry type.
 

Detailed Description

Source data for a 3D geometry draw call.


The documentation for this struct was generated from the following files:
  • /home/travis/build/urho3d/Urho3D/Source/Urho3D/Graphics/Drawable.h
  • /home/travis/build/urho3d/Urho3D/Source/Urho3D/Graphics/Drawable.cpp