Skip to content

Commit

Permalink
fix: add clamp as default height reference for model in reearth/core (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pyshx committed Mar 22, 2023
1 parent 975c796 commit 517386b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/engines/Cesium/Feature/Model/index.tsx
Expand Up @@ -45,7 +45,7 @@ export default function Model({ id, isVisible, property, geometry, layer, featur
show = true,
model,
url,
heightReference: hr,
heightReference: hr = "clamp",
heading,
pitch,
roll,
Expand Down

0 comments on commit 517386b

Please sign in to comment.