Change the way GLTFDocumentExtension classes are registered

Also move GLTFDocumentExtension into the extensions folder
This commit is contained in:
Aaron Franke
2022-11-09 20:58:48 -06:00
parent dca5cb8e40
commit 73c673a614
11 changed files with 69 additions and 69 deletions
@@ -30,8 +30,6 @@
#include "gltf_buffer_view.h"
#include "../gltf_document_extension.h"
void GLTFBufferView::_bind_methods() {
ClassDB::bind_method(D_METHOD("get_buffer"), &GLTFBufferView::get_buffer);
ClassDB::bind_method(D_METHOD("set_buffer", "buffer"), &GLTFBufferView::set_buffer);