Added New Static Mesh Functions

This commit is contained in:
n00b
2025-01-25 23:53:43 -05:00
parent 8e161a1a22
commit 17b420578c
157 changed files with 2590 additions and 1150 deletions

View File

@@ -451,7 +451,7 @@ irr::core::array<rc_material_obj> rc_material;
struct rc_mesh_obj
{
int mesh_type = 0;
irr::scene::IAnimatedMesh* mesh;
irr::scene::IMesh* mesh;
};
irr::core::array<rc_mesh_obj> rc_mesh;
@@ -471,6 +471,7 @@ irr::core::array<rc_an8_obj> rc_an8;
#define RC_NODE_TYPE_WATER 5
#define RC_NODE_TYPE_BILLBOARD 6
#define RC_NODE_TYPE_PARTICLE 7
#define RC_NODE_TYPE_STMESH 8
#define RC_NODE_SHAPE_TYPE_NONE 0