Skip to content

Commit 21cb79a

Browse files
committed
chore: fix civil navigator format
1 parent 6ee9880 commit 21cb79a

File tree

1 file changed

+1
-3
lines changed
  • packages/front/src/civil/CivilNavigators

1 file changed

+1
-3
lines changed

packages/front/src/civil/CivilNavigators/example.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,10 @@ world.scene.three.add(alignments);
120120
---
121121
122122
Now, we need to create an instance of the Civil 3D Navigator component. This will enable us to navigate through our 3D environment and interact with the model.
123-
*/
124123
125-
// Absolute alignment
124+
*/
126125

127126
const navigators = components.get(OBF.CivilNavigators);
128-
129127
const navigator = navigators.create("absolute");
130128
navigator.world = world;
131129

0 commit comments

Comments
 (0)