Skip to content

Commit

Permalink
FIX scene test (#13)
Browse files Browse the repository at this point in the history
* Remove removed components from lifecycling

* remplace deprecated components
  • Loading branch information
bakpaul authored Feb 22, 2024
1 parent c243e38 commit cad9d6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scenes/MeshGenerationFromImage.scn
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

<BackgroundSetting color="0 0.16862745098 0.21176470588"/>
<VisualStyle displayFlags="showVisual" />
<OglGrid/>
<VisualGrid/>
<OglSceneFrame/>
<OglLineAxis/>
<LineAxis/>

<ImageContainer name="image" template="ImageUC" filename="data/image/image-cube.inr"/>
<!-- <ImageViewer template="ImageUC" src="@image"/> -->
Expand Down

0 comments on commit cad9d6d

Please sign in to comment.