29 #ifndef __PrefabFactory_H__
30 #define __PrefabFactory_H__
56 static bool createPrefab(
Mesh* mesh);
60 static void createPlane(
Mesh* mesh);
63 static void createCube(
Mesh* mesh);
66 static void createSphere(
Mesh* mesh);
A factory class that can create various mesh prefabs.
Resource holding data about 3D mesh.