Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perlin #180

Closed
Sigma88 opened this issue May 30, 2017 · 1 comment
Closed

perlin #180

Sigma88 opened this issue May 30, 2017 · 1 comment

Comments

@Sigma88
Copy link
Contributor

Sigma88 commented May 30, 2017

seems like perlin noise still has issues

here's a quick test cfg I put together

@Kopernicus:FINAL
{
	!Body:HAS[~name[Sun],~name[Kerbin]] {}
	@Body[Kerbin]
	{
		%PQS
		{
			%Mods
			{
					%VertexHeightNoise
					{
						seed = 66431225
						deformity = 800
						frequency = 100
						lacunarity = 2.5
						persistence = 0.5
						octaves = 24
						noiseType = Perlin
						mode = Low
						order = 10
						enabled = true
					}
			}
		}
		%Debug
		{
			update = true
		}
	}
}

this is the
output_log.txt
I get

@Sigma88
Copy link
Contributor Author

Sigma88 commented May 30, 2017

KSP-RO/RealSolarSystem#108 (comment)

nevermind then :)

@Sigma88 Sigma88 closed this as completed May 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant