mirror of
https://github.com/godotengine/godot.git
synced 2025-01-31 14:11:41 +00:00
Core: Register TriangleMesh type
This commit is contained in:
parent
c67e3a485d
commit
313b7a50b6
@ -34,6 +34,7 @@
|
||||
#include "os/main_loop.h"
|
||||
#include "io/packet_peer.h"
|
||||
#include "math/a_star.h"
|
||||
#include "math/triangle_mesh.h"
|
||||
#include "globals.h"
|
||||
#include "object_type_db.h"
|
||||
#include "geometry.h"
|
||||
@ -134,6 +135,7 @@ void register_core_types() {
|
||||
ObjectTypeDB::register_type<PHashTranslation>();
|
||||
ObjectTypeDB::register_type<UndoRedo>();
|
||||
ObjectTypeDB::register_type<HTTPClient>();
|
||||
ObjectTypeDB::register_type<TriangleMesh>();
|
||||
|
||||
ObjectTypeDB::register_virtual_type<ResourceInteractiveLoader>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user