SceneComponent增加了SceneOrient父类,所有SceneComponent增加变换属性
This commit is contained in:
@@ -21,7 +21,7 @@ protected:
|
||||
|
||||
protected:
|
||||
|
||||
AABB BoundingBox;
|
||||
AABB bounding_box;
|
||||
|
||||
public:
|
||||
|
||||
@@ -48,6 +48,6 @@ public:
|
||||
|
||||
VertexDataManager * GetVDM (); ///<取得顶点数据管理器
|
||||
|
||||
const AABB & GetBoundingBox ()const{return BoundingBox;}
|
||||
const AABB & GetBoundingBox ()const{return bounding_box;}
|
||||
};//class Primitive
|
||||
VK_NAMESPACE_END
|
||||
|
Reference in New Issue
Block a user