Skip to content

Commit

Permalink
default to "High" quality for models upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Oct 2, 2024
1 parent 302862d commit 8cb525a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/server/routes/scenes/scene/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function getDocument(scene:string, filepath:string){
"boundingBox": meta.bounds,
"derivatives":[{
"usage": "Web3D",
"quality": "Highest",
"quality": "High",
"assets": [
{
"uri": `models/${scene}.glb`,
Expand Down

0 comments on commit 8cb525a

Please sign in to comment.