↓ 8 callersFunctionappend_circle_segments(
out: &mut Vec<(Vec3, Vec3)>,
center: Vec3,
axis_u: Vec3,
axis_v: Vec3,
segments: usize,
perro_source/runtime_project/perro_runtime/src/runtime/render/three_d/helpers.rs:448
↓ 8 callersFunctioninternal_fixed_update(
_run: &mut RuntimeWindow<'_, RT>,
_res_w: &ResourceWindow<'_, R>,
_ipt_w: &InputWindow<'_, IP>,
perro_source/runtime_project/perro_internal_updates/src/nodes/animation_tree.rs:65
↓ 8 callersMethodqueue_audio_debug_ray_2d(
&mut self,
from: Vector2,
to: Vector2,
color: [f32; 4],
energy: f32,
perro_source/runtime_project/perro_runtime/src/runtime/audio/scene.rs:15
↓ 8 callersMethodqueue_audio_debug_ray_3d(
&mut self,
from: Vector3,
to: Vector3,
color: [f32; 4],
energy: f32,
perro_source/runtime_project/perro_runtime/src/runtime/audio/scene.rs:33
↓ 8 callersFunctionray_aabb_tmin(
origin: Vec3,
dir: Vec3,
min: Vec3,
max: Vec3,
max_t: f32,
)
perro_source/runtime_project/perro_runtime/src/runtime/mesh_query/accel.rs:615
↓ 7 callersFunctionadd_axis_gizmo_mesh(
ctx: &mut ScriptContext<'_, API>,
parent: NodeID,
material: MaterialID,
position: Vector3,
perro_editor/res/scripts/scene/editor_viewport.rs:1669