glm ::vec3 catmull_rom_spline(const std::vector<glm::vec3>& cp, float t) { // indices of the relevant control points int i0 = (int)glm::clamp(t - 1, 0.0f, ...
確定! 回上一頁