Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ get_mesh
Method
get_mesh
modules/gltf/structures/gltf_node.cpp:124–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
GLTFMeshIndex GLTFNode::get_mesh() {
125
return mesh;
126
}
127
128
void GLTFNode::set_mesh(GLTFMeshIndex p_mesh) {
129
mesh = p_mesh;
Callers
15
_serialize_meshes
Method · 0.45
_convert_mesh_to_gltf
Method · 0.45
_generate_mesh_instance
Method · 0.45
_convert_multi_mesh_instance_to_gltf
Method · 0.45
_import_animation
Method · 0.45
_convert_animation
Method · 0.45
test_gltf_extras.h
File · 0.45
convert_importer_mesh_instance_3d
Method · 0.45
to_resource
Method · 0.45
_setup_shape_mesh_resource_from_index_if_needed
Function · 0.45
_get_or_insert_mesh_in_state
Function · 0.45
_collision_sphere_convex_polygon
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected