GLTFDocumentExtension
Inherits: Resource < RefCounted < Object
Inherited By: GLTFDocumentExtensionConvertImporterMesh
There is currently no description for this class. Please help us by contributing one!
Methods
void |
_convert_scene_node ( GLTFState state, GLTFNode gltf_node, Node scene_node ) virtual |
_export_node ( GLTFState state, GLTFNode gltf_node, Dictionary json, Node node ) virtual |
|
_export_post ( GLTFState state ) virtual |
|
_export_preflight ( GLTFState state, Node root ) virtual |
|
_export_preserialize ( GLTFState state ) virtual |
|
_generate_scene_node ( GLTFState state, GLTFNode gltf_node, Node scene_parent ) virtual |
|
_get_image_file_extension ( ) virtual |
|
_get_saveable_image_formats ( ) virtual |
|
_get_supported_extensions ( ) virtual |
|
_import_node ( GLTFState state, GLTFNode gltf_node, Dictionary json, Node node ) virtual |
|
_import_post ( GLTFState state, Node root ) virtual |
|
_import_post_parse ( GLTFState state ) virtual |
|
_import_preflight ( GLTFState state, PackedStringArray extensions ) virtual |
|
_parse_image_data ( GLTFState state, PackedByteArray image_data, String mime_type, Image ret_image ) virtual |
|
_parse_node_extensions ( GLTFState state, GLTFNode gltf_node, Dictionary extensions ) virtual |
|
_parse_texture_json ( GLTFState state, Dictionary texture_json, GLTFTexture ret_gltf_texture ) virtual |
|
_save_image_at_path ( GLTFState state, Image image, String file_path, String image_format, float lossy_quality ) virtual |
|
_serialize_image_to_bytes ( GLTFState state, Image image, Dictionary image_dict, String image_format, float lossy_quality ) virtual |
|
_serialize_texture_json ( GLTFState state, Dictionary texture_json, GLTFTexture gltf_texture, String image_format ) virtual |
Method Descriptions
void _convert_scene_node ( GLTFState state, GLTFNode gltf_node, Node scene_node ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _export_node ( GLTFState state, GLTFNode gltf_node, Dictionary json, Node node ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _export_post ( GLTFState state ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _export_preflight ( GLTFState state, Node root ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _export_preserialize ( GLTFState state ) virtual
There is currently no description for this method. Please help us by contributing one!
Node3D _generate_scene_node ( GLTFState state, GLTFNode gltf_node, Node scene_parent ) virtual
There is currently no description for this method. Please help us by contributing one!
String _get_image_file_extension ( ) virtual
There is currently no description for this method. Please help us by contributing one!
PackedStringArray _get_saveable_image_formats ( ) virtual
There is currently no description for this method. Please help us by contributing one!
PackedStringArray _get_supported_extensions ( ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _import_node ( GLTFState state, GLTFNode gltf_node, Dictionary json, Node node ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _import_post ( GLTFState state, Node root ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _import_post_parse ( GLTFState state ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _import_preflight ( GLTFState state, PackedStringArray extensions ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _parse_image_data ( GLTFState state, PackedByteArray image_data, String mime_type, Image ret_image ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _parse_node_extensions ( GLTFState state, GLTFNode gltf_node, Dictionary extensions ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _parse_texture_json ( GLTFState state, Dictionary texture_json, GLTFTexture ret_gltf_texture ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _save_image_at_path ( GLTFState state, Image image, String file_path, String image_format, float lossy_quality ) virtual
There is currently no description for this method. Please help us by contributing one!
PackedByteArray _serialize_image_to_bytes ( GLTFState state, Image image, Dictionary image_dict, String image_format, float lossy_quality ) virtual
There is currently no description for this method. Please help us by contributing one!
Error _serialize_texture_json ( GLTFState state, Dictionary texture_json, GLTFTexture gltf_texture, String image_format ) virtual
There is currently no description for this method. Please help us by contributing one!