Home
last modified time | relevance | path

Searched refs:INTERP_STEP (Results 1 – 8 of 8) sorted by relevance

/dports/devel/godot-tools/godot-3.2.3-stable/modules/assimp/
H A Deditor_scene_importer_assimp.h80 INTERP_STEP, enumerator
H A Deditor_scene_importer_assimp.cpp237 case AssetImportAnimation::INTERP_STEP: { in _interpolate_track()
/dports/devel/godot/godot-3.2.3-stable/modules/assimp/
H A Deditor_scene_importer_assimp.h80 INTERP_STEP, enumerator
H A Deditor_scene_importer_assimp.cpp237 case AssetImportAnimation::INTERP_STEP: { in _interpolate_track()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/import/
H A Deditor_scene_importer_gltf.h292 INTERP_STEP, enumerator
H A Deditor_scene_importer_gltf.cpp2449 interp = GLTFAnimation::INTERP_STEP; in _parse_animations()
2804 case GLTFAnimation::INTERP_STEP: { in _interpolate_track()
3001 if (gltf_interp == GLTFAnimation::INTERP_LINEAR || gltf_interp == GLTFAnimation::INTERP_STEP) { in _import_animation()
3002 …animation->track_set_interpolation_type(track_idx, gltf_interp == GLTFAnimation::INTERP_STEP ? Ani… in _import_animation()
/dports/devel/godot/godot-3.2.3-stable/editor/import/
H A Deditor_scene_importer_gltf.h292 INTERP_STEP, enumerator
H A Deditor_scene_importer_gltf.cpp2449 interp = GLTFAnimation::INTERP_STEP; in _parse_animations()
2804 case GLTFAnimation::INTERP_STEP: { in _interpolate_track()
3001 if (gltf_interp == GLTFAnimation::INTERP_LINEAR || gltf_interp == GLTFAnimation::INTERP_STEP) { in _import_animation()
3002 …animation->track_set_interpolation_type(track_idx, gltf_interp == GLTFAnimation::INTERP_STEP ? Ani… in _import_animation()