|
Jungle_Week1_Team2
|
#include <PrimitiveSphere.h>
Public Member Functions | |
| CPrimitiveSphere (int32 Segments=16, int32 Rings=16) | |
| void | Generate (int32 Segments, int32 Rings) |
| Public Member Functions inherited from CPrimitiveBase | |
| CPrimitiveBase ()=default | |
| virtual | ~CPrimitiveBase ()=default |
| FMeshData * | GetMeshData () const |
Static Public Member Functions | |
| static FString | GetFilePath () |
| Static Public Member Functions inherited from CPrimitiveBase | |
| static std::shared_ptr< FMeshData > | GetOrLoad (const FString &Key, const FString &FilePath) |
| static std::shared_ptr< FMeshData > | GetCached (const FString &Key) |
| static void | RegisterMeshData (const FString &Key, std::shared_ptr< FMeshData > Data) |
| static void | ClearCache () |
Static Public Attributes | |
| static const FString | Key = "Sphere" |
Additional Inherited Members | |
| Protected Attributes inherited from CPrimitiveBase | |
| std::shared_ptr< FMeshData > | MeshData |
|
static |
|
static |