|
|
@@ -1037,6 +1037,7 @@ namespace Urho3D
|
|
|
|
|
|
### CustomGeometry
|
|
|
- %Is %Enabled : bool
|
|
|
+- %Dynamic %Vertex %Buffer : bool
|
|
|
- %Materials : ResourceRefList
|
|
|
- %Is %Occluder : bool
|
|
|
- %Can %Be %Occluded : bool
|
|
|
@@ -4618,6 +4619,7 @@ Methods:
|
|
|
- void Clear()
|
|
|
- void Commit()
|
|
|
- void DefineColor(const Color&)
|
|
|
+- void DefineGeometry(uint, PrimitiveType, uint, bool, bool, bool, bool)
|
|
|
- void DefineNormal(const Vector3&)
|
|
|
- void DefineTangent(const Vector4&)
|
|
|
- void DefineTexCoord(const Vector2&)
|
|
|
@@ -4628,6 +4630,7 @@ Methods:
|
|
|
- float GetAttributeAnimationSpeed(const String&) const
|
|
|
- WrapMode GetAttributeAnimationWrapMode(const String&) const
|
|
|
- Variant GetAttributeDefault(const String&) const
|
|
|
+- CustomGeometryVertex@ GetVertex(uint, uint)
|
|
|
- bool IsInView(Camera@) const
|
|
|
- bool Load(File@, bool = false)
|
|
|
- bool Load(VectorBuffer&, bool = false)
|
|
|
@@ -4656,6 +4659,7 @@ Properties:
|
|
|
- bool castShadows
|
|
|
- String category // readonly
|
|
|
- float drawDistance
|
|
|
+- bool dynamic
|
|
|
- bool enabled
|
|
|
- bool enabledEffective // readonly
|
|
|
- uint id // readonly
|
|
|
@@ -4668,6 +4672,7 @@ Properties:
|
|
|
- Node@ node // readonly
|
|
|
- uint numAttributes // readonly
|
|
|
- uint numGeometries
|
|
|
+- uint[] numVertices // readonly
|
|
|
- ObjectAnimation@ objectAnimation
|
|
|
- bool occludee
|
|
|
- bool occluder
|
|
|
@@ -4684,6 +4689,17 @@ Properties:
|
|
|
- uint zoneMask
|
|
|
|
|
|
|
|
|
+### CustomGeometryVertex
|
|
|
+
|
|
|
+Properties:
|
|
|
+
|
|
|
+- uint color
|
|
|
+- Vector3 normal
|
|
|
+- Vector3 position
|
|
|
+- Vector4 tangent
|
|
|
+- Vector2 texCoord
|
|
|
+
|
|
|
+
|
|
|
### DebugHud
|
|
|
|
|
|
Methods:
|