Skip to content

Commit

Permalink
fix(viewerComponent): added drawLines initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
z3dev committed Sep 13, 2021
1 parent 77e384e commit 1e201a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/viewerComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ const setupRenderer = (containerElement, data) => {
drawCommands: {
drawGrid: drawCommands.drawGrid,
drawAxis: drawCommands.drawAxis,
drawLines: drawCommands.drawLines,
drawMesh: drawCommands.drawMesh
},
entities: [
Expand Down

0 comments on commit 1e201a2

Please sign in to comment.