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

Instanced 3D geometry draw call. More...

#include <Batch.h>

Inheritance diagram for Urho3D::BatchGroup:
Urho3D::Batch

List of all members.

Public Member Functions

 BatchGroup ()
 Construct with defaults.
 BatchGroup (const Batch &batch)
 Construct from a batch.
 ~BatchGroup ()
 Destruct.
void SetTransforms (View *view, void *lockedData, unsigned &freeIndex)
 Pre-set the instance transforms. Buffer must be big enough to hold all transforms.
void Draw (View *view) const
 Prepare and draw.
- Public Member Functions inherited from Urho3D::Batch
 Batch ()
 Construct with defaults.
 Batch (const SourceBatch &rhs)
 Construct from a drawable's source batch.
void CalculateSortKey ()
 Calculate state sorting key, which consists of base pass flag, light, pass and geometry.
void Prepare (View *view, bool setModelTransform=true) const
 Prepare for rendering.

Public Attributes

PODVector< InstanceDatainstances_
 Instance data.
unsigned startIndex_
 Instance stream start index, or M_MAX_UNSIGNED if transforms not pre-set.
- Public Attributes inherited from Urho3D::Batch
unsigned long long sortKey_
 State sorting key.
float distance_
 Distance from camera.
Geometrygeometry_
 Geometry.
Materialmaterial_
 Material.
const Matrix3x4worldTransform_
 Object's world transform.
Cameracamera_
 Camera.
Zonezone_
 Zone.
LightBatchQueuelightQueue_
 Light properties.
Passpass_
 Material pass.
ShaderVariationvertexShader_
 Vertex shader.
ShaderVariationpixelShader_
 Pixel shader.
const float * shaderData_
 Vertex shader data.
unsigned shaderDataSize_
 Vertex shader data size in floats.
GeometryType geometryType_
 Geometry type.
bool overrideView_
 Override view transform flag.
bool isBase_
 Base batch flag. This tells to draw the object fully without light optimizations.
unsigned char lightMask_
 8-bit light mask for stencil marking in deferred rendering.

Detailed Description

Instanced 3D geometry draw call.


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