Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Dec 5, 2024
1 parent cd3adcf commit 7dd8a4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/omniverse/omniverse_integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -543,10 +543,10 @@
"render_window.SetOffScreenRendering(1)\n",
"\n",
"# Step 5: Create a render window interactor\n",
"renderWindowInteractor = vtk.vtkRenderWindowInteractor()\n",
"renderWindowInteractor.SetRenderWindow(render_window)\n",
"interactorStyle = vtk.vtkInteractorStyleTrackballCamera()\n",
"renderWindowInteractor.SetInteractorStyle(interactorStyle)\n",
"render_window_interactor = vtk.vtkRenderWindowInteractor()\n",
"render_window_interactor.SetRenderWindow(render_window)\n",
"interactor_style = vtk.vtkInteractorStyleTrackballCamera()\n",
"render_window_interactor.SetInteractorStyle(interactor_style)\n",
"render_window.Render()\n",
"\n",
"interactive_widget = ViewInteractiveWidget(render_window)\n",
Expand Down

0 comments on commit 7dd8a4b

Please sign in to comment.