Skip to content

Commit

Permalink
Issue #3 fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed May 4, 2022
1 parent 3f0f573 commit 792fa1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const background = document.getElementById('background')
let width = 800
let height = 600
if (background !== null) {
[ width, height ] = background.getBoundingClientRect()
[width, height] = background.getBoundingClientRect()
}
openglRenderWindow.setSize(width, height)

Expand Down
2 changes: 1 addition & 1 deletion src/sksAnatomy.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import vtkMapper from '@kitware/vtk.js/Rendering/Core/Mapper.js'
import vtkActor from '@kitware/vtk.js/Rendering/Core/Actor.js'
import vtkXMLPolyDataReader from '@kitware/vtk.js/IO/XML/XMLPolyDataReader.js'

const path = `https://github.com/SciKit-Surgery/luminance_study/blob/master/dist/assets/vtp/`
const path = 'https://github.com/SciKit-Surgery/luminance_study/blob/master/dist/assets/vtp/'
export function coneactor () {
const coneSource = vtkConeSource.newInstance({ height: 1.0 })

Expand Down

0 comments on commit 792fa1a

Please sign in to comment.