From e36047725ce3217618d4e5807ac7c8769b9e3598 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 17 Jun 2019 19:45:55 -0400 Subject: [PATCH] Split pigment bump. --- iCameraPane.java | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/iCameraPane.java b/iCameraPane.java index ccb0763..8fef1f6 100644 --- a/iCameraPane.java +++ b/iCameraPane.java @@ -55,8 +55,12 @@ void DrawString(Object3D obj); - void BindTextures(cTexture tex, int resolution) throws Exception; - void ReleaseTextures(cTexture tex); + //void BindTextures(cTexture tex, int resolution) throws Exception; + //void ReleaseTextures(cTexture tex); + void BindPigmentTexture(cTexture tex, int resolution) throws Exception; + void BindBumpTexture(cTexture tex, int resolution) throws Exception; + void ReleasePigmentTexture(cTexture tex); + void ReleaseBumpTexture(cTexture tex); void DrawFace(Object3D obj, Vertex pv, Vertex qv, Vertex rv, Face face); -- Gitblit v1.6.2