Skip to content

Commit c609c5d

Browse files
committed
Added simple SceneNode 3D support
Ported from SceneGraph Samples.
1 parent 7fcecc3 commit c609c5d

File tree

2 files changed

+1156
-0
lines changed

2 files changed

+1156
-0
lines changed

Samples/Islands/DrawingIsland/DrawingCsTestApp/Program.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
var lottie = LottieIslandScenario.CreateLottieIsland(compositor);
3838
siteBridge.Connect(lottie.Island);
3939
}
40+
else if (args.Contains("SceneNode"))
41+
{
42+
// SceneNodeIsland
43+
var island = SceneNodeScenario.CreateIsland(compositor);
44+
siteBridge.Connect(island);
45+
}
4046
else
4147
{
4248
// DrawingIsland

0 commit comments

Comments
 (0)