/s/KRVector3/Vector3/g
This commit is contained in:
@@ -18,12 +18,12 @@ float const D2R = PI * 2 / 360;
|
||||
|
||||
namespace kraken {
|
||||
void SetUniform(GLint location, const Vector2 &v);
|
||||
void SetUniform(GLint location, const KRVector3 &v);
|
||||
void SetUniform(GLint location, const Vector3 &v);
|
||||
void SetUniform(GLint location, const KRVector4 &v);
|
||||
void SetUniform(GLint location, const KRMat4 &v);
|
||||
|
||||
void setXMLAttribute(const std::string &base_name, ::tinyxml2::XMLElement *e, const KRVector3 &value, const KRVector3 &default_value);
|
||||
const KRVector3 getXMLAttribute(const std::string &base_name, ::tinyxml2::XMLElement *e, const KRVector3 &default_value);
|
||||
void setXMLAttribute(const std::string &base_name, ::tinyxml2::XMLElement *e, const Vector3 &value, const Vector3 &default_value);
|
||||
const Vector3 getXMLAttribute(const std::string &base_name, ::tinyxml2::XMLElement *e, const Vector3 &default_value);
|
||||
} // namespace kraken
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user