Posted By
Catalin Jifcu
04-15-2016 05:04
Found In
Egroup:
Graphics
\
view thread
I have the following C# code: if (engine.GetSceneByName("LAT_0", out scene)) ( //scene.BeginUpdate(); if (scene.IsGroup) sceneGroup = (xpSceneGroup)scene; // switch (dt[4]) ( case "cloud": if (sceneGroup != null) ( engine.CreateScene(true, out scene_local); scene_local.Name = scene.Name ...
|