You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- struct VertexData {
- vec2 pos;
- vec2 tail[6];
- };
-
- const float TAIL_LEN = 10.0;
- const float TAIL_FORCE = 10.0;
|