|
|
|
@ -84,7 +84,7 @@ class MAGNUM_EXPORT MeshData { |
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* @brief Normals |
|
|
|
* @brief Normals |
|
|
|
* @param id ID of normal data array |
|
|
|
* @param id ID of normal data array |
|
|
|
* @return Vertices or nullptr if there is no normal array with given |
|
|
|
* @return Normals or nullptr if there is no normal array with given |
|
|
|
* ID. |
|
|
|
* ID. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
inline std::vector<Vector3>* normals(unsigned int id) { return _normals[id]; } |
|
|
|
inline std::vector<Vector3>* normals(unsigned int id) { return _normals[id]; } |
|
|
|
|