-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cameras are now handled like other scene parts (#738)
* "the camera" is now consistently at the projection matrix * this is what is shown when a camera is selected, Fixes #638 * It is not necessary to define a rigid transform to define a camera - the camera just picks the rigid transform at the place where it sits in the hierarchy, i.e. it defaults to identity and transforms can be higher up in the tree above the projection transform * `SpaceCoordinates` default now to RUB and can be logged anywhere at or above the projection matrix of a camera, Fixes #731
- Loading branch information
Showing
11 changed files
with
466 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
7cd1f33
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust Benchmark
datastore/insert/batch/rects/insert
279325
ns/iter (± 924
)281337
ns/iter (± 940
)0.99
datastore/latest_at/batch/rects/query
722
ns/iter (± 0
)725
ns/iter (± 2
)1.00
datastore/latest_at/missing_components/primary
303
ns/iter (± 0
)301
ns/iter (± 0
)1.01
datastore/latest_at/missing_components/secondaries
375
ns/iter (± 0
)371
ns/iter (± 1
)1.01
datastore/range/batch/rects/query
45781
ns/iter (± 53
)45616
ns/iter (± 77
)1.00
obj_mono_points/insert
987375957
ns/iter (± 8873665
)1000041563
ns/iter (± 4826371
)0.99
obj_mono_points/query
417272
ns/iter (± 1633
)380941
ns/iter (± 2337
)1.10
obj_batch_points/insert
97010113
ns/iter (± 521312
)98082509
ns/iter (± 548268
)0.99
obj_batch_points/query
10978
ns/iter (± 38
)10974
ns/iter (± 111
)1.00
obj_batch_points_sequential/insert
22774683
ns/iter (± 541866
)23671476
ns/iter (± 209425
)0.96
obj_batch_points_sequential/query
7273
ns/iter (± 11
)7226
ns/iter (± 15
)1.01
mono_points_classic/generate_messages
4250699
ns/iter (± 51439
)4298346
ns/iter (± 321390
)0.99
mono_points_classic/encode_log_msg
11068985
ns/iter (± 417721
)13606104
ns/iter (± 673017
)0.81
mono_points_classic/encode_total
16601050
ns/iter (± 1382327
)17249920
ns/iter (± 1315776
)0.96
mono_points_classic/decode_total
37746833
ns/iter (± 665547
)38877424
ns/iter (± 712725
)0.97
mono_points_arrow/generate_message_bundles
52391568
ns/iter (± 960741
)52922837
ns/iter (± 879012
)0.99
mono_points_arrow/generate_messages
139313344
ns/iter (± 1472522
)138699222
ns/iter (± 1366861
)1.00
mono_points_arrow/encode_log_msg
163103827
ns/iter (± 1717978
)166067481
ns/iter (± 1459015
)0.98
mono_points_arrow/encode_total
355536605
ns/iter (± 1671881
)360366737
ns/iter (± 2238860
)0.99
mono_points_arrow/decode_log_msg
188388908
ns/iter (± 1131968
)190634344
ns/iter (± 858703
)0.99
mono_points_arrow/decode_message_bundles
79380145
ns/iter (± 1204784
)80468659
ns/iter (± 1116716
)0.99
mono_points_arrow/decode_total
263634166
ns/iter (± 1855429
)266559261
ns/iter (± 2335569
)0.99
batch_points_classic/generate_messages
3531
ns/iter (± 21
)3548
ns/iter (± 28
)1.00
batch_points_classic/encode_log_msg
424990
ns/iter (± 974
)427889
ns/iter (± 1075
)0.99
batch_points_classic/encode_total
430947
ns/iter (± 1375
)434037
ns/iter (± 981
)0.99
batch_points_classic/decode_total
728606
ns/iter (± 1911
)732313
ns/iter (± 1287
)0.99
batch_points_arrow/generate_message_bundles
315178
ns/iter (± 484
)316209
ns/iter (± 608
)1.00
batch_points_arrow/generate_messages
6315
ns/iter (± 22
)6260
ns/iter (± 36
)1.01
batch_points_arrow/encode_log_msg
366655
ns/iter (± 1696
)361294
ns/iter (± 1477
)1.01
batch_points_arrow/encode_total
706502
ns/iter (± 1870
)717988
ns/iter (± 3316
)0.98
batch_points_arrow/decode_log_msg
351258
ns/iter (± 1870
)347708
ns/iter (± 1263
)1.01
batch_points_arrow/decode_message_bundles
2168
ns/iter (± 11
)2166
ns/iter (± 16
)1.00
batch_points_arrow/decode_total
354014
ns/iter (± 1007
)351859
ns/iter (± 1417
)1.01
arrow_mono_points/insert
6914257874
ns/iter (± 17822220
)6939614106
ns/iter (± 30576582
)1.00
arrow_mono_points/query
1646651
ns/iter (± 18424
)1648412
ns/iter (± 15555
)1.00
arrow_batch_points/insert
2651069
ns/iter (± 12927
)2652920
ns/iter (± 53097
)1.00
arrow_batch_points/query
15376
ns/iter (± 47
)15322
ns/iter (± 20
)1.00
obj_batch_points_sequential/Tuid::random
37
ns/iter (± 0
)37
ns/iter (± 0
)1
This comment was automatically generated by workflow using github-action-benchmark.