diff options
| author | xolatile | 2025-08-05 15:27:57 +0200 |
|---|---|---|
| committer | xolatile | 2025-08-05 15:27:57 +0200 |
| commit | 9234eeb1d2954a3dae6c84ffa8ed8643953272c5 (patch) | |
| tree | f2253bac389d743ba8582139901c782f7afde4cc /src/engine/model.h | |
| parent | a2a16b85572b1d28b0cd4901ea7348750732a740 (diff) | |
| download | xolatile-badassbug-9234eeb1d2954a3dae6c84ffa8ed8643953272c5.tar.xz xolatile-badassbug-9234eeb1d2954a3dae6c84ffa8ed8643953272c5.tar.zst | |
Experimental MD3 to OBJ to IQM converter and code removal, shit compiles...
Diffstat (limited to 'src/engine/model.h')
| -rw-r--r-- | src/engine/model.h | 2 |
1 files changed, 0 insertions, 2 deletions
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) {} |
