drop old _mirror
parent
821f6b741f
commit
7465c37c03
|
@ -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
|
||||
|
|
1
_mirror
1
_mirror
|
@ -1 +0,0 @@
|
|||
Subproject commit b7dc66559ecfae5c485f883470384eaf7e9fb55f
|
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue