mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
GLTF: Clean up lots of includes
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#include "gltf_camera.h"
|
||||
|
||||
#include "scene/3d/camera_3d.h"
|
||||
|
||||
void GLTFCamera::_bind_methods() {
|
||||
ClassDB::bind_static_method("GLTFCamera", D_METHOD("from_node", "camera_node"), &GLTFCamera::from_node);
|
||||
ClassDB::bind_method(D_METHOD("to_node"), &GLTFCamera::to_node);
|
||||
|
||||
Reference in New Issue
Block a user