Searched defs:posPtr (Results 1 – 1 of 1) sorted by relevance
865 void SmoothNormal(array_view<const T> indices, const Math::Vec3* posPtr, Math::Vec3* norPtr) in SmoothNormal()887 auto* posPtr = reinterpret_cast<const Math::Vec3*>(positions.buffer.data()); in GenerateDefaultNormals() local