From 1af7d3700724834e40ad8636bc9a56cdc3b19b15 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sat, 27 Jul 2019 11:52:38 -0400 Subject: [PATCH] New layout icons --- Attribute.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Attribute.java b/Attribute.java index 2988035..670dda4 100644 --- a/Attribute.java +++ b/Attribute.java @@ -45,13 +45,13 @@ editWindow = objectUI.GetEditor(); } - void draw(CameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked) + void draw(iCameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked) { if (hide) return; // super.draw(display, root, selected); - if (display.ambientOcclusion) + if (display.IsAmbientOcclusionOn()) return; if (cleardepth) @@ -64,7 +64,7 @@ if (backfacecull) display.BackFaceCull(true); else - display.BackFaceCull(display.CULLFACE); + display.BackFaceCull(display.BackFaceCullMode()); } boolean cleardepth; -- Gitblit v1.6.2