drop old _mirror

main
Dominik Madarász 2023-10-22 17:44:55 +02:00
parent 821f6b741f
commit 7465c37c03
3 changed files with 2 additions and 6 deletions

5
.gitmodules vendored
View File

@ -1,6 +1,3 @@
[submodule "depot"]
path = depot
url = git@dev.v4.games:v4games/depot.git
[submodule "_mirror"]
path = _mirror
url = git@dev.v4.games:v4games/FWK-mirror.git
url = git@dev.v4.games:v4games/depot.git

@ -1 +0,0 @@
Subproject commit b7dc66559ecfae5c485f883470384eaf7e9fb55f

View File

@ -81,7 +81,7 @@ int main() {
// queue model scale bounces
float t = fmod(window_time(), 0.3) / 0.3;
float s = 0.01f * ease_ping_pong(t, ease_in_cubic,ease_out_cubic);
float s = 1.0;//0.01f * ease_ping_pong(t, ease_in_cubic,ease_out_cubic);
object_scale(obj1, vec3(0.20f - s,0.20f + s,0.20f - s));
object_scale(obj2, vec3(0.20f - s,0.20f + s,0.20f - s));