AddRef() | Urho3D::RefCounted | |
AddTriangles(const Matrix3x4 &model, const void *vertexData, unsigned vertexSize, unsigned vertexStart, unsigned vertexCount) | Urho3D::OcclusionBuffer | |
AddTriangles(const Matrix3x4 &model, const void *vertexData, unsigned vertexSize, const void *indexData, unsigned indexSize, unsigned indexStart, unsigned indexCount) | Urho3D::OcclusionBuffer | |
batches_ | Urho3D::OcclusionBuffer | private |
blockEvents_ | Urho3D::Object | private |
buffers_ | Urho3D::OcclusionBuffer | private |
BuildDepthHierarchy() | Urho3D::OcclusionBuffer | |
CalculateViewport() | Urho3D::OcclusionBuffer | private |
Cast() | Urho3D::Object | inline |
Cast() const | Urho3D::Object | inline |
Clear() | Urho3D::OcclusionBuffer | |
ClearBuffer(i32 threadIndex) | Urho3D::OcclusionBuffer | private |
ClipEdge(const Vector4 &v0, const Vector4 &v1, float d0, float d1) const | Urho3D::OcclusionBuffer | inlineprivate |
ClipVertices(const Vector4 &plane, Vector4 *vertices, bool *triangles, unsigned &numTriangles) | Urho3D::OcclusionBuffer | private |
context_ | Urho3D::Object | protected |
cullMode_ | Urho3D::OcclusionBuffer | private |
depthHierarchyDirty_ | Urho3D::OcclusionBuffer | private |
DrawBatch(const OcclusionBatch &batch, i32 threadIndex) | Urho3D::OcclusionBuffer | |
DrawTriangle(Vector4 *vertices, i32 threadIndex) | Urho3D::OcclusionBuffer | private |
DrawTriangle2D(const Vector3 *vertices, bool clockwise, i32 threadIndex) | Urho3D::OcclusionBuffer | private |
DrawTriangles() | Urho3D::OcclusionBuffer | |
eventHandlers_ | Urho3D::Object | private |
farClip_ | Urho3D::OcclusionBuffer | private |
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Urho3D::Object | private |
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Urho3D::Object | private |
GetBlockEvents() const | Urho3D::Object | inline |
GetBuffer() const | Urho3D::OcclusionBuffer | inline |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetCullMode() const | Urho3D::OcclusionBuffer | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetHeight() const | Urho3D::OcclusionBuffer | inline |
GetMaxTriangles() const | Urho3D::OcclusionBuffer | inline |
GetNumTriangles() const | Urho3D::OcclusionBuffer | inline |
GetProjection() const | Urho3D::OcclusionBuffer | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetUseTimer() | Urho3D::OcclusionBuffer | |
GetView() const | Urho3D::OcclusionBuffer | inline |
GetWidth() const | Urho3D::OcclusionBuffer | inline |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
height_ | Urho3D::OcclusionBuffer | private |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
IsThreaded() const | Urho3D::OcclusionBuffer | inline |
IsVisible(const BoundingBox &worldSpaceBox) const | Urho3D::OcclusionBuffer | |
maxTriangles_ | Urho3D::OcclusionBuffer | private |
MergeBuffers() | Urho3D::OcclusionBuffer | private |
mipBuffers_ | Urho3D::OcclusionBuffer | private |
ModelTransform(const Matrix4 &transform, const Vector3 &vertex) const | Urho3D::OcclusionBuffer | inlineprivate |
nearClip_ | Urho3D::OcclusionBuffer | private |
numTriangles_ | Urho3D::OcclusionBuffer | private |
Object(Context *context) | Urho3D::Object | explicit |
OcclusionBuffer(Context *context) | Urho3D::OcclusionBuffer | explicit |
offsetX_ | Urho3D::OcclusionBuffer | private |
offsetY_ | Urho3D::OcclusionBuffer | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
operator=(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
projection_ | Urho3D::OcclusionBuffer | private |
projOffsetScaleX_ | Urho3D::OcclusionBuffer | private |
projOffsetScaleY_ | Urho3D::OcclusionBuffer | private |
refCount_ | Urho3D::RefCounted | private |
RefCounted() | Urho3D::RefCounted | |
RefCounted(const RefCounted &rhs)=delete | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
ReleaseRef() | Urho3D::RefCounted | |
RemoveEventSender(Object *sender) | Urho3D::Object | private |
Reset() | Urho3D::OcclusionBuffer | |
ResetUseTimer() | Urho3D::OcclusionBuffer | |
reverseCulling_ | Urho3D::OcclusionBuffer | private |
scaleX_ | Urho3D::OcclusionBuffer | private |
scaleY_ | Urho3D::OcclusionBuffer | private |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SendEvent(StringHash eventType, Args... args) | Urho3D::Object | inline |
SetBlockEvents(bool block) | Urho3D::Object | inline |
SetCullMode(CullMode mode) | Urho3D::OcclusionBuffer | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetMaxTriangles(unsigned triangles) | Urho3D::OcclusionBuffer | |
SetSize(int width, int height, bool threaded) | Urho3D::OcclusionBuffer | |
SetView(Camera *camera) | Urho3D::OcclusionBuffer | |
SignedArea(const Vector3 &v0, const Vector3 &v1, const Vector3 &v2) const | Urho3D::OcclusionBuffer | inlineprivate |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Urho3D::Object | |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const Vector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
URHO3D_OBJECT(OcclusionBuffer, Object) (defined in Urho3D::OcclusionBuffer) | Urho3D::OcclusionBuffer | private |
useTimer_ | Urho3D::OcclusionBuffer | private |
view_ | Urho3D::OcclusionBuffer | private |
ViewportTransform(const Vector4 &vertex) const | Urho3D::OcclusionBuffer | inlineprivate |
viewProj_ | Urho3D::OcclusionBuffer | private |
WeakRefs() const | Urho3D::RefCounted | |
width_ | Urho3D::OcclusionBuffer | private |
~Object() override | Urho3D::Object | |
~OcclusionBuffer() override | Urho3D::OcclusionBuffer | |
~RefCounted() | Urho3D::RefCounted | virtual |