AddRef() | Urho3D::RefCounted | |
AddReplicationState(ComponentReplicationState *state) | Urho3D::Component | |
AllocateNetworkState() | Urho3D::Serializable | |
ApplyAttributes() | Urho3D::Terrain | virtual |
CalculateLodErrors(TerrainPatch *patch) | Urho3D::Terrain | private |
castShadows_ | Urho3D::Terrain | private |
CleanupConnection(Connection *connection) | Urho3D::Component | |
Component(Context *context) | Urho3D::Component | |
context_ | Urho3D::Object | protected |
CreateGeometry() | Urho3D::Terrain | private |
CreateIndexData() | Urho3D::Terrain | private |
CreatePatchGeometry(TerrainPatch *patch) | Urho3D::Terrain | |
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) | Urho3D::Component | inlinevirtual |
drawDistance_ | Urho3D::Terrain | private |
drawRanges_ | Urho3D::Terrain | private |
GetAttribute(unsigned index) | Urho3D::Serializable | |
GetAttribute(const String &name) | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | |
GetCastShadows() const | Urho3D::Terrain | inline |
GetComponent(ShortStringHash type) const | Urho3D::Component | |
GetComponent() const | Urho3D::Component | |
GetComponents(PODVector< Component * > &dest, ShortStringHash type) const | Urho3D::Component | |
GetComponents(PODVector< T * > &dest) const | Urho3D::Component | |
GetContext() const | Urho3D::Object | inline |
GetDependencyNodes(PODVector< Node * > &dest) | Urho3D::Component | inlinevirtual |
GetDrawDistance() const | Urho3D::Terrain | inline |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetHeight(const Vector3 &worldPosition) const | Urho3D::Terrain | |
GetHeightData() const | Urho3D::Terrain | inline |
GetHeightMap() const | Urho3D::Terrain | |
GetHeightMapAttr() const | Urho3D::Terrain | |
GetID() const | Urho3D::Component | inline |
GetLightMask() const | Urho3D::Terrain | inline |
GetLodBias() const | Urho3D::Terrain | inline |
GetLodHeight(int x, int z, unsigned lodLevel) const | Urho3D::Terrain | private |
GetMaterial() const | Urho3D::Terrain | |
GetMaterialAttr() const | Urho3D::Terrain | |
GetMaxLights() const | Urho3D::Terrain | inline |
GetNetworkAttributes() const | Urho3D::Serializable | |
GetNode() const | Urho3D::Component | inline |
GetNormal(const Vector3 &worldPosition) const | Urho3D::Terrain | |
GetNumAttributes() const | Urho3D::Serializable | |
GetNumNetworkAttributes() const | Urho3D::Serializable | |
GetNumPatches() const | Urho3D::Terrain | inline |
GetNumVertices() const | Urho3D::Terrain | inline |
GetPatch(unsigned index) const | Urho3D::Terrain | |
GetPatch(int x, int z) const | Urho3D::Terrain | |
GetPatchSize() const | Urho3D::Terrain | inline |
GetRawHeight(int x, int z) const | Urho3D::Terrain | private |
GetRawNormal(int x, int z) const | Urho3D::Terrain | private |
GetScene() const | Urho3D::Component | |
GetShadowDistance() const | Urho3D::Terrain | inline |
GetShadowMask() const | Urho3D::Terrain | inline |
GetSpacing() const | Urho3D::Terrain | inline |
GetSubsystem(ShortStringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetViewMask() const | Urho3D::Terrain | inline |
GetZoneMask() const | Urho3D::Terrain | inline |
HandleHeightMapReloadFinished(StringHash eventType, VariantMap &eventData) | Urho3D::Terrain | private |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
heightData_ | Urho3D::Terrain | private |
heightMap_ | Urho3D::Terrain | private |
id_ | Urho3D::Component | protected |
indexBuffer_ | Urho3D::Terrain | private |
IsOccludee() const | Urho3D::Terrain | inline |
IsOccluder() const | Urho3D::Terrain | inline |
IsVisible() const | Urho3D::Terrain | inline |
lightMask_ | Urho3D::Terrain | private |
Load(Deserializer &source) | Urho3D::Serializable | virtual |
LoadXML(const XMLElement &source) | Urho3D::Serializable | virtual |
lodBias_ | Urho3D::Terrain | private |
MarkNetworkUpdate() | Urho3D::Component | |
material_ | Urho3D::Terrain | private |
maxLights_ | Urho3D::Terrain | private |
networkState_ | Urho3D::Serializable | protected |
networkUpdate_ | Urho3D::Component | protected |
node_ | Urho3D::Component | protected |
numLodLevels_ | Urho3D::Terrain | private |
numPatches_ | Urho3D::Terrain | private |
numVertices_ | Urho3D::Terrain | private |
Object(Context *context) | Urho3D::Object | |
OBJECT(Terrain) (defined in Urho3D::Terrain) | Urho3D::Terrain | private |
occludee_ | Urho3D::Terrain | private |
occluder_ | Urho3D::Terrain | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) | Urho3D::Serializable | virtual |
OnMarkedDirty(Node *node) | Urho3D::Component | inlineprotectedvirtual |
OnNodeSet(Node *node) | Urho3D::Component | inlineprotectedvirtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Terrain | virtual |
patches_ | Urho3D::Terrain | private |
patchSize_ | Urho3D::Terrain | private |
patchWorldOrigin_ | Urho3D::Terrain | private |
patchWorldSize_ | Urho3D::Terrain | private |
PrepareNetworkUpdate() | Urho3D::Component | |
ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
recreateTerrain_ | Urho3D::Terrain | private |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::Terrain | static |
ReleaseRef() | Urho3D::RefCounted | |
Remove() | Urho3D::Component | |
Save(Serializer &dest) | Urho3D::Component | virtual |
SaveXML(XMLElement &dest) | Urho3D::Component | virtual |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
Serializable(Context *context) | Urho3D::Serializable | |
SetAttribute(unsigned index, const Variant &value) | Urho3D::Serializable | |
SetAttribute(const String &name, const Variant &value) | Urho3D::Serializable | |
SetCastShadows(bool enable) | Urho3D::Terrain | |
SetDrawDistance(float distance) | Urho3D::Terrain | |
SetHeightMap(Image *image) | Urho3D::Terrain | |
SetHeightMapAttr(ResourceRef value) | Urho3D::Terrain | |
SetHeightMapInternal(Image *image, bool recreateNow) | Urho3D::Terrain | private |
SetID(unsigned id) | Urho3D::Component | protected |
SetLightMask(unsigned mask) | Urho3D::Terrain | |
SetLodBias(float bias) | Urho3D::Terrain | |
SetMaterial(Material *material) | Urho3D::Terrain | |
SetMaterialAttr(ResourceRef value) | Urho3D::Terrain | |
SetMaxLights(unsigned num) | Urho3D::Terrain | |
SetNeighbors(TerrainPatch *patch) | Urho3D::Terrain | private |
SetNode(Node *node) | Urho3D::Component | protected |
SetOccludee(bool enable) | Urho3D::Terrain | |
SetOccluder(bool enable) | Urho3D::Terrain | |
SetPatchSize(int size) | Urho3D::Terrain | |
SetPatchSizeAttr(int value) | Urho3D::Terrain | |
SetShadowDistance(float distance) | Urho3D::Terrain | |
SetShadowMask(unsigned mask) | Urho3D::Terrain | |
SetSpacing(const Vector3 &spacing) | Urho3D::Terrain | |
SetViewMask(unsigned mask) | Urho3D::Terrain | |
SetVisible(bool enable) | Urho3D::Terrain | |
SetZoneMask(unsigned mask) | Urho3D::Terrain | |
shadowDistance_ | Urho3D::Terrain | private |
shadowMask_ | Urho3D::Terrain | private |
spacing_ | Urho3D::Terrain | private |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
Terrain(Context *context) | Urho3D::Terrain | |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
UpdatePatchLod(TerrainPatch *patch) | Urho3D::Terrain | |
viewMask_ | Urho3D::Terrain | private |
visible_ | Urho3D::Terrain | private |
WeakRefs() const | Urho3D::RefCounted | |
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits) | Urho3D::Serializable | |
WriteInitialDeltaUpdate(Serializer &dest) | Urho3D::Serializable | |
WriteLatestDataUpdate(Serializer &dest) | Urho3D::Serializable | |
zoneMask_ | Urho3D::Terrain | private |
~Component() | Urho3D::Component | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() | Urho3D::Serializable | virtual |
~Terrain() | Urho3D::Terrain | |