mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 17:28:13 +02:00
Move the Polyvox property "Texture preset"
Move the Polyvox property "Texture preset" over the 3 texture properties that it affects.
This commit is contained in:
parent
8952a44da4
commit
25d78b43c3
1 changed files with 8 additions and 8 deletions
|
@ -1342,6 +1342,14 @@ const GROUPS = [
|
||||||
unit: "",
|
unit: "",
|
||||||
propertyID: "voxelVolumeSize",
|
propertyID: "voxelVolumeSize",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: "Surface Style",
|
||||||
|
type: "dropdown",
|
||||||
|
options: { 0: "Marching cubes", 1: "Cubic",
|
||||||
|
2: "Edged cubic", 3: "Edged marching cubes" },
|
||||||
|
propertyID: "voxelSurfaceStyle",
|
||||||
|
propertyName: "voxelSurfaceStyle",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: "Texture preset",
|
label: "Texture preset",
|
||||||
type: "dropdown",
|
type: "dropdown",
|
||||||
|
@ -1351,14 +1359,6 @@ const GROUPS = [
|
||||||
onDropdownChange: createPolyVoxPresetChangedFunction,
|
onDropdownChange: createPolyVoxPresetChangedFunction,
|
||||||
skipPropertyUpdate: true,
|
skipPropertyUpdate: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "Surface Style",
|
|
||||||
type: "dropdown",
|
|
||||||
options: { 0: "Marching cubes", 1: "Cubic",
|
|
||||||
2: "Edged cubic", 3: "Edged marching cubes" },
|
|
||||||
propertyID: "voxelSurfaceStyle",
|
|
||||||
propertyName: "voxelSurfaceStyle",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "X Texture URL",
|
label: "X Texture URL",
|
||||||
type: "string",
|
type: "string",
|
||||||
|
|
Loading…
Reference in a new issue