fix up axis

This commit is contained in:
Kurt Hutten IrevDev
2022-11-28 21:05:56 +11:00
parent 80f513401c
commit 1ed96ad7b6
4 changed files with 37 additions and 8 deletions

View File

@ -20,6 +20,7 @@ import { Toolbar } from './Toolbar'
import { BasePlanes } from './components/BasePlanes'
import { SketchPlane } from './components/SketchPlane'
import { Logs } from './components/Logs'
import { AxisIndicator } from './components/AxisIndicator'
const OrrthographicCamera = OrthographicCamera as any
@ -181,6 +182,7 @@ function App() {
)}
<BasePlanes />
<SketchPlane />
<AxisIndicator />
</Canvas>
</div>
{guiMode.mode === 'codeError' && (