We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758e9b5 commit 862370aCopy full SHA for 862370a
crates/store/re_tf/src/transform_forest.rs
@@ -36,7 +36,7 @@ pub struct TransformInfo {
36
/// Does not take into account archetype specific transforms.
37
target_from_instances_overall: SmallVec1<[glam::Affine3A; 1]>,
38
39
- /// Like [`Self::root_from_instances_overall`] but _on top_ also has archetype specific transforms applied
+ /// Like [`Self::target_from_instances_overall`] but _on top_ also has archetype specific transforms applied
40
/// if there are any present.
41
target_from_archetype: IntMap<ArchetypeName, SmallVec1<[glam::Affine3A; 1]>>,
42
}
0 commit comments