Fix spelling of glTF (#3123)
This commit is contained in:
committed by
GitHub
parent
fb7b2be427
commit
49fce9ed57
@ -96,7 +96,7 @@ export const modelingMachineCommandConfig: StateMachineCommandSetConfig<
|
|||||||
defaultValue: 'gltf',
|
defaultValue: 'gltf',
|
||||||
required: true,
|
required: true,
|
||||||
options: [
|
options: [
|
||||||
{ name: 'gLTF', isCurrent: true, value: 'gltf' },
|
{ name: 'glTF', isCurrent: true, value: 'gltf' },
|
||||||
{ name: 'OBJ', isCurrent: false, value: 'obj' },
|
{ name: 'OBJ', isCurrent: false, value: 'obj' },
|
||||||
{ name: 'STL', isCurrent: false, value: 'stl' },
|
{ name: 'STL', isCurrent: false, value: 'stl' },
|
||||||
{ name: 'STEP', isCurrent: false, value: 'step' },
|
{ name: 'STEP', isCurrent: false, value: 'step' },
|
||||||
|
@ -31,7 +31,7 @@ export default function Export() {
|
|||||||
>
|
>
|
||||||
our open-source extension proposal
|
our open-source extension proposal
|
||||||
</a>{' '}
|
</a>{' '}
|
||||||
for the gLTF file format.{' '}
|
for the glTF file format.{' '}
|
||||||
<a
|
<a
|
||||||
href="https://zoo.dev/docs/api/convert-cad-file"
|
href="https://zoo.dev/docs/api/convert-cad-file"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
|
Reference in New Issue
Block a user