Skip to content

Commit

Permalink
Merge branch 'fix-texture-scale-offset-undefined' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tsengyushiang committed Aug 3, 2024
2 parents dd816ce + 9d77220 commit b77b5dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ const App = () => {
</div>
<Renderer
texture={"/coverage-heatmap/floorplan.png"}
textCoordScale={[1 / 20, 1 / 20]}
textCoordSoffset={[0.5, 0.5]}
isSignalIndex={isSignalIndex}
signalIntensities={signalIntensities}
signals={signals}
Expand Down

0 comments on commit b77b5dd

Please sign in to comment.