Fixes and tweaks
This commit is contained in:
@@ -290,6 +290,8 @@ private:
|
||||
/// </summary>
|
||||
void UpdateLocalBounds();
|
||||
|
||||
void UpdateBounds();
|
||||
|
||||
/// <summary>
|
||||
/// Called after animation graph update.
|
||||
/// </summary>
|
||||
@@ -317,7 +319,6 @@ public:
|
||||
void Deserialize(DeserializeStream& stream, ISerializeModifier* modifier) override;
|
||||
bool IntersectsEntry(int32 entryIndex, const Ray& ray, float& distance, Vector3& normal) override;
|
||||
bool IntersectsEntry(const Ray& ray, float& distance, Vector3& normal, int32& entryIndex) override;
|
||||
void UpdateBounds() final override;
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user