Skip to content

Commit 55fb465

Browse files
committed
Use an emoji that C++ supports
1 parent c5bf4d7 commit 55fb465

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

crates/store/re_types/definitions/rerun/archetypes/view_coordinates.fbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace rerun.archetypes;
1313
///
1414
/// Make sure that this archetype is logged at or above the origin entity path of your 3D views.
1515
///
16-
/// ⚠ [Rerun does not yet support left-handed coordinate systems](https://github.com/rerun-io/rerun/issues/5032).
16+
/// ⚠ [Rerun does not yet support left-handed coordinate systems](https://github.com/rerun-io/rerun/issues/5032).
1717
///
1818
/// \example archetypes/view_coordinates_simple title="View coordinates for adjusting the eye camera" image="https://static.rerun.io/viewcoordinates/0833f0dc8616a676b7b2c566f2a6f613363680c5/1200w.png"
1919
table ViewCoordinates (

crates/store/re_types/definitions/rerun/components/view_coordinates.fbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ enum ViewDir: ubyte {
2222
/// For example [Right, Down, Forward] means that the X axis points to the right, the Y axis points
2323
/// down, and the Z axis points forward.
2424
///
25-
/// ⚠ [Rerun does not yet support left-handed coordinate systems](https://github.com/rerun-io/rerun/issues/5032).
25+
/// ⚠ [Rerun does not yet support left-handed coordinate systems](https://github.com/rerun-io/rerun/issues/5032).
2626
///
2727
/// The following constants are used to represent the different directions:
2828
/// * Up = 1

crates/store/re_types/definitions/rerun/datatypes/view_coordinates.fbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ enum ViewDir: ubyte {
2222
/// For example [Right, Down, Forward] means that the X axis points to the right, the Y axis points
2323
/// down, and the Z axis points forward.
2424
///
25-
/// ⚠ [Rerun does not yet support left-handed coordinate systems](https://github.com/rerun-io/rerun/issues/5032).
25+
/// ⚠ [Rerun does not yet support left-handed coordinate systems](https://github.com/rerun-io/rerun/issues/5032).
2626
///
2727
/// The following constants are used to represent the different directions:
2828
/// * Up = 1

crates/store/re_types/src/archetypes/view_coordinates.rs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/store/re_types/src/components/view_coordinates.rs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/store/re_types/src/datatypes/view_coordinates.rs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/viewer/re_viewer/src/reflection/mod.rs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/reference/types/archetypes/view_coordinates.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/reference/types/components/view_coordinates.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/reference/types/datatypes/view_coordinates.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_cpp/src/rerun/archetypes/view_coordinates.hpp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_cpp/src/rerun/components/view_coordinates.hpp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_cpp/src/rerun/datatypes/view_coordinates.hpp

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_py/rerun_sdk/rerun/archetypes/view_coordinates.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_py/rerun_sdk/rerun/components/view_coordinates.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rerun_py/rerun_sdk/rerun/datatypes/view_coordinates.py

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)