1
0
mirror of synced 2024-12-02 19:17:24 +01:00

More framework updates

This commit is contained in:
KillzXGaming 2019-06-19 17:46:43 -04:00
parent 51be965bc2
commit a9f26c2670
8 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -101,6 +101,7 @@ namespace Switch_Toolbox.Library
}
drawContainersCB.SelectItemByText(ActiveContainer.Name);
UpdateViewport();
}
public bool ContainsDrawable(AbstractGlDrawable Drawable)
@ -191,14 +192,13 @@ namespace Switch_Toolbox.Library
private void LoadBaseDrawables()
{
var floor = new DrawableFloor();
scene.staticObjects.Add(floor);
var xyzLnes = new DrawableXyzLines();
scene.staticObjects.Add(xyzLnes);
var skybox = new DrawableSkybox();
scene.staticObjects.Add(skybox);
var background = new DrawableBackground();
scene.staticObjects.Add(floor);
scene.staticObjects.Add(xyzLnes);
scene.staticObjects.Add(skybox);
scene.staticObjects.Add(background);
// scene.objects.Add(new SingleObject(new Vector3(0, 0, 0)));

Binary file not shown.

Binary file not shown.