mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-11 18:48:26 +00:00
NL@EOF
This commit is contained in:
@@ -31,4 +31,4 @@ struct NiColor {
|
|||||||
float ToXYZ() const { return (m_Red * 0.212671f) + (m_Green * 0.71516f) + (m_Blue * 0.072169f); };
|
float ToXYZ() const { return (m_Red * 0.212671f) + (m_Green * 0.71516f) + (m_Blue * 0.072169f); };
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // NICOLOR_H
|
#endif // NICOLOR_H
|
||||||
|
|||||||
@@ -401,4 +401,4 @@ bool WriteTerrainMeshToOBJ(const TerrainMesh& mesh, const std::string& path) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Raw
|
} // namespace Raw
|
||||||
|
|||||||
Reference in New Issue
Block a user