Removed AxisAlignedBox (Replaced by BoundingBox)
Former-commit-id: 931dd6710caf49aeaede51efe209d714f080c44b
This commit is contained in:
@@ -28,7 +28,7 @@ class NAZARA_API NzKeyframeMesh final : public NzSubMesh
|
||||
|
||||
void GenerateAABBs();
|
||||
|
||||
const NzAxisAlignedBoxf& GetAABB() const override;
|
||||
const NzCubef& GetAABB() const override;
|
||||
nzAnimationType GetAnimationType() const override;
|
||||
unsigned int GetFrameCount() const;
|
||||
const NzIndexBuffer* GetIndexBuffer() const override;
|
||||
@@ -46,7 +46,7 @@ class NAZARA_API NzKeyframeMesh final : public NzSubMesh
|
||||
bool IsAnimated() const override;
|
||||
bool IsValid();
|
||||
|
||||
void SetAABB(unsigned int frameIndex, const NzAxisAlignedBoxf& aabb);
|
||||
void SetAABB(unsigned int frameIndex, const NzCubef& aabb);
|
||||
void SetIndexBuffer(const NzIndexBuffer* indexBuffer);
|
||||
void SetNormal(unsigned int frameIndex, unsigned int vertexIndex, const NzVector3f& normal);
|
||||
void SetPosition(unsigned int frameIndex, unsigned int vertexIndex, const NzVector3f& position);
|
||||
|
||||
Reference in New Issue
Block a user