Skip to content

Commit

Permalink
remove cross section since its broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Gupta authored and Rahul Gupta committed Sep 20, 2024
1 parent edd38b4 commit 5ff12dd
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 5ff12dd

Please sign in to comment.