Skip to content

Commit

Permalink
don't change z translation default
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Fernandes committed Jul 5, 2023
1 parent 0667317 commit f297543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/fields.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const defaultFields: InterpolatableFieldDefinition[] = [
{
name: "translation_z",
type: "number",
defaultValue: 0,
defaultValue: 10,
description: "",
color: [255, 80, 80],
labels: ['3D']
Expand Down

0 comments on commit f297543

Please sign in to comment.