From 18a6c351b189b2a4674407ad0b85910aa7381389 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Sun, 16 Jul 2023 21:34:57 +0200 Subject: [PATCH 1/2] fix gol presets --- Assets/automata/Automata.unity | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/automata/Automata.unity b/Assets/automata/Automata.unity index d7dfa0c..62ca677 100644 --- a/Assets/automata/Automata.unity +++ b/Assets/automata/Automata.unity @@ -343,7 +343,7 @@ PositionConstraint: m_AffectTranslationX: 1 m_AffectTranslationY: 1 m_AffectTranslationZ: 0 - m_IsContraintActive: 0 + m_IsContraintActive: 1 m_IsLocked: 1 m_Sources: - sourceTransform: {fileID: 1170317911} @@ -887,7 +887,7 @@ PositionConstraint: m_AffectTranslationX: 1 m_AffectTranslationY: 1 m_AffectTranslationZ: 0 - m_IsContraintActive: 0 + m_IsContraintActive: 1 m_IsLocked: 1 m_Sources: - sourceTransform: {fileID: 1170317911} From 13b30711cad7e7b93c59668355fc0faa9f8f5ad1 Mon Sep 17 00:00:00 2001 From: CrispyPin Date: Sun, 16 Jul 2023 21:53:27 +0200 Subject: [PATCH 2/2] speed up julia fractals --- Assets/julia/JuliaFractal Distorted.mat | 2 +- Assets/julia/JuliaFractal.mat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/julia/JuliaFractal Distorted.mat b/Assets/julia/JuliaFractal Distorted.mat index 9e86b96..a0b180f 100644 --- a/Assets/julia/JuliaFractal Distorted.mat +++ b/Assets/julia/JuliaFractal Distorted.mat @@ -71,7 +71,7 @@ Material: - _Parallax: 0.02 - _RadiusX: 0.5 - _RadiusY: 0.7 - - _RotSpeed: 0.02 + - _RotSpeed: 0.05 - _ShowPos: 0.01 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 1 diff --git a/Assets/julia/JuliaFractal.mat b/Assets/julia/JuliaFractal.mat index 025ae14..d8c1e7c 100644 --- a/Assets/julia/JuliaFractal.mat +++ b/Assets/julia/JuliaFractal.mat @@ -71,7 +71,7 @@ Material: - _Parallax: 0.02 - _RadiusX: 0.5 - _RadiusY: 0.7 - - _RotSpeed: 0.01 + - _RotSpeed: 0.05 - _ShowPos: 0.01 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 1