mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-06 12:27:48 +00:00
Core/Misc: update g3dlite lib (#2904)
* Core/Misc: update g3dlite lib * update Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
This commit is contained in:
6
deps/g3dlite/include/G3D/BumpMapPreprocess.h
vendored
6
deps/g3dlite/include/G3D/BumpMapPreprocess.h
vendored
@@ -6,7 +6,7 @@
|
||||
\created 2010-01-28
|
||||
\edited 2010-01-28
|
||||
|
||||
Copyright 2000-2010, Morgan McGuire.
|
||||
Copyright 2000-2012, Morgan McGuire.
|
||||
All rights reserved.
|
||||
*/
|
||||
|
||||
@@ -20,7 +20,7 @@ class Any;
|
||||
|
||||
/**
|
||||
Not in the BumpMap class to avoid a circular dependency between Texture and BumpMap.
|
||||
G3D::GImage::computeNormalMap().
|
||||
G3D::Image::computeNormalMap().
|
||||
*/
|
||||
class BumpMapPreprocess {
|
||||
public:
|
||||
@@ -46,7 +46,7 @@ public:
|
||||
|
||||
BumpMapPreprocess(const Any& any);
|
||||
|
||||
operator Any() const;
|
||||
Any toAny() const;
|
||||
|
||||
bool operator==(const BumpMapPreprocess& other) const {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user