mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 05:10:57 +00:00
move noise stuff
This commit is contained in:
parent
60e6059d61
commit
c24e6245fe
@ -29,11 +29,13 @@ add_executable(Voxelotl MACOSX_BUNDLE
|
|||||||
Random/Arc4Random.swift
|
Random/Arc4Random.swift
|
||||||
Random/PCG32Random.swift
|
Random/PCG32Random.swift
|
||||||
Random/Xoroshiro128.swift
|
Random/Xoroshiro128.swift
|
||||||
Random/CoherentNoise.swift
|
|
||||||
Random/PerlinNoiseGenerator.swift
|
|
||||||
Random/SimplexNoise.swift
|
|
||||||
Random/RandomCollectionExtensions.swift
|
|
||||||
Random/SplitMix64.swift
|
Random/SplitMix64.swift
|
||||||
|
Random/RandomCollectionExtensions.swift
|
||||||
|
|
||||||
|
# Coherent noise classes
|
||||||
|
Noise/CoherentNoise.swift
|
||||||
|
Noise/PerlinNoiseGenerator.swift
|
||||||
|
Noise/SimplexNoise.swift
|
||||||
|
|
||||||
# Resource classes
|
# Resource classes
|
||||||
Resource/NSImageLoader.swift
|
Resource/NSImageLoader.swift
|
||||||
|
Loading…
Reference in New Issue
Block a user