Searched refs:safe3DTexCoords (Results 1 – 1 of 1) sorted by relevance
136 static inline Vec3 safe3DTexCoords (const Vec3& raw, const IVec3& textureSize) in safe3DTexCoords() function393 m_texCoords.push_back(useSafeTexCoords ? safe3DTexCoords(rawCoord, textureSize) : rawCoord); in initializeTexCoords()