Skip to content

Commit

Permalink
Merge pull request #875 from 3DStreet/remove-x-section-button
Browse files Browse the repository at this point in the history
remove cross section since its broken
  • Loading branch information
kfarr authored Sep 27, 2024
2 parents edd38b4 + 5ff12dd commit 8b81538
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ const options = [
payload: 'top',
label: 'Plan View',
hint: 'Down facing orthographic camera'
},
// { value: 'orthobottom', event: 'cameraorthographictoggle', payload: 'bottom', label: 'Bottom View' },
// { value: 'orthoback', event: 'cameraorthographictoggle', payload: 'back', label: 'Back View' },
{
value: 'orthofront',
event: 'cameraorthographictoggle',
payload: 'front',
label: 'Cross Section',
hint: 'Front facing orthographic camera'
}
];

Expand Down

0 comments on commit 8b81538

Please sign in to comment.