Urho3D
Public Member Functions | Public Attributes
Urho3D::SourceBatch Struct Reference

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

#include <Drawable.h>

List of all members.

Public Member Functions

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

Public Attributes

float distance_
 Distance from camera.
Geometrygeometry_
 Geometry.
SharedPtr< Materialmaterial_
 Material.
const Matrix3x4worldTransform_
 Object's world transform.
const float * shaderData_
 Vertex shader data in floats.
unsigned shaderDataSize_
 Vertex shader data size.
GeometryType geometryType_
 Geometry type.
bool overrideView_
 Override view transform flag.

Detailed Description

Source data for a 3D geometry draw call.


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