GLTF for game templates.
Convert GLTF Document to use ImporterMeshInstance3D. Add a GLTFDocument extension list and an extension for converting the importer mesh instance 3d to mesh instance 3d. Use GLTF module when the editor tools are disabled. Modified the render server to be less restrictive on matching blend arrays and have more logging. Misc bugs with multimesh. Always index the meshes.
This commit is contained in:
parent
84e4cfbcbe
commit
1463fc889b
40 changed files with 800 additions and 315 deletions
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
#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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue