Compare commits

...

2 commits

Author SHA1 Message Date
13b30711ca speed up julia fractals 2023-07-16 21:53:27 +02:00
18a6c351b1 fix gol presets 2023-07-16 21:34:57 +02:00
3 changed files with 4 additions and 4 deletions

View file

@ -343,7 +343,7 @@ PositionConstraint:
m_AffectTranslationX: 1 m_AffectTranslationX: 1
m_AffectTranslationY: 1 m_AffectTranslationY: 1
m_AffectTranslationZ: 0 m_AffectTranslationZ: 0
m_IsContraintActive: 0 m_IsContraintActive: 1
m_IsLocked: 1 m_IsLocked: 1
m_Sources: m_Sources:
- sourceTransform: {fileID: 1170317911} - sourceTransform: {fileID: 1170317911}
@ -887,7 +887,7 @@ PositionConstraint:
m_AffectTranslationX: 1 m_AffectTranslationX: 1
m_AffectTranslationY: 1 m_AffectTranslationY: 1
m_AffectTranslationZ: 0 m_AffectTranslationZ: 0
m_IsContraintActive: 0 m_IsContraintActive: 1
m_IsLocked: 1 m_IsLocked: 1
m_Sources: m_Sources:
- sourceTransform: {fileID: 1170317911} - sourceTransform: {fileID: 1170317911}

View file

@ -71,7 +71,7 @@ Material:
- _Parallax: 0.02 - _Parallax: 0.02
- _RadiusX: 0.5 - _RadiusX: 0.5
- _RadiusY: 0.7 - _RadiusY: 0.7
- _RotSpeed: 0.02 - _RotSpeed: 0.05
- _ShowPos: 0.01 - _ShowPos: 0.01
- _SmoothnessTextureChannel: 0 - _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1 - _SpecularHighlights: 1

View file

@ -71,7 +71,7 @@ Material:
- _Parallax: 0.02 - _Parallax: 0.02
- _RadiusX: 0.5 - _RadiusX: 0.5
- _RadiusY: 0.7 - _RadiusY: 0.7
- _RotSpeed: 0.01 - _RotSpeed: 0.05
- _ShowPos: 0.01 - _ShowPos: 0.01
- _SmoothnessTextureChannel: 0 - _SmoothnessTextureChannel: 0
- _SpecularHighlights: 1 - _SpecularHighlights: 1