change bubble keypoints
This commit is contained in:
parent
d862125ec7
commit
b80447f837
@ -62,8 +62,8 @@ glm::vec3(-18.0f, -10.0f, -10.0f),
|
|||||||
});
|
});
|
||||||
|
|
||||||
std::vector<glm::vec3> bubbleKeyPoints({
|
std::vector<glm::vec3> bubbleKeyPoints({
|
||||||
glm::vec3(-0, -17.0f, 0),
|
glm::vec3(-0, -20.0f, 0),
|
||||||
glm::vec3(-0, 17.0f, 0),
|
glm::vec3(-0, 20.0f, 0),
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user