From 9234eeb1d2954a3dae6c84ffa8ed8643953272c5 Mon Sep 17 00:00:00 2001 From: xolatile Date: Tue, 5 Aug 2025 15:27:57 +0200 Subject: Experimental MD3 to OBJ to IQM converter and code removal, shit compiles... --- src/engine/model.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/engine/model.h') diff --git a/src/engine/model.h b/src/engine/model.h index 4ba41ca..82aea40 100644 --- a/src/engine/model.h +++ b/src/engine/model.h @@ -19,11 +19,9 @@ struct model virtual bool load() = 0; virtual int type() const = 0; virtual BIH *setBIH() { return 0; } - virtual bool envmapped() { return false; } virtual bool skeletal() const { return false; } virtual void setshader(Shader *shader) {} - virtual void setenvmap(float envmapmin, float envmapmax, Texture *envmap) {} virtual void setspec(float spec) {} virtual void setambient(float ambient) {} virtual void setalphatest(float alpha) {} -- cgit v1.2.3