|
11 | 11 | --include-struct SplineStack |
12 | 12 | --include-struct SurfaceNoise |
13 | 13 | --include-struct SurfaceNoiseBeta |
14 | | ---include-struct TerrainNoiseParameters |
| 14 | +--include-struct TerrainNoise |
| 15 | +--include-function addSplineVal |
15 | 16 | --include-function approxSurfaceBeta |
16 | 17 | --include-function climateToBiome |
| 18 | +--include-function createFixSpline |
17 | 19 | --include-function genBiomeNoiseBetaScaled |
18 | 20 | --include-function genBiomeNoiseChunkSection |
19 | 21 | --include-function genBiomeNoiseScaled |
20 | | ---include-function generateColumn |
21 | | ---include-function generateRegion |
22 | 22 | --include-function genEndScaled |
23 | 23 | --include-function genNetherScaled |
24 | 24 | --include-function getBiomeDepthAndScale |
|
31 | 31 | --include-function initBlendedNoise |
32 | 32 | --include-function initSurfaceNoise |
33 | 33 | --include-function initSurfaceNoiseBeta |
34 | | ---include-function initTerrainNoise |
35 | 34 | --include-function mapEnd |
36 | 35 | --include-function mapEndBiome |
37 | 36 | --include-function mapEndSurfaceHeight |
38 | 37 | --include-function mapNether2D |
39 | 38 | --include-function mapNether3D |
40 | | ---include-function sampleBase3dNoise |
41 | | ---include-function sampleBiomeNoise |
42 | | ---include-function sampleBiomeNoiseBeta |
43 | | ---include-function sampleCaveCheese |
44 | | ---include-function sampleCaveEntrance |
45 | | ---include-function sampleCaveLayer |
46 | | ---include-function sampleClimatePara |
47 | | ---include-function sampleEntrances |
48 | | ---include-function sampleFinalDensity |
49 | | ---include-function sampleNoiseColumn |
50 | | ---include-function sampleNoiseParameters |
51 | | ---include-function sampleNoodle |
52 | | ---include-function samplePillars |
53 | | ---include-function samplePreliminarySurfaceLevel |
54 | | ---include-function sampleSlopedCheese |
55 | | ---include-function sampleSpaghetti2d |
56 | | ---include-function sampleSpaghetti3d |
57 | | ---include-function sampleSpaghetti2dThicknessModulator |
58 | | ---include-function sampleSpaghettiRoughness |
59 | 39 | --include-function sampleSurfaceNoise |
60 | 40 | --include-function sampleSurfaceNoiseBetween |
61 | | ---include-function sampleUnderground |
62 | 41 | --include-function setBetaBiomeSeed |
63 | 42 | --include-function setBiomeSeed |
64 | 43 | --include-function setClimateParaSeed |
|
75 | 54 | --include-constant SAMPLE_NO_BIOME |
76 | 55 | --include-constant SAMPLE_NO_DEPTH |
77 | 56 | --include-constant SAMPLE_NO_SHIFT |
| 57 | +--include-constant SP_CONTINENTALNESS |
| 58 | +--include-constant SP_EROSION |
| 59 | +--include-constant SP_RIDGES |
| 60 | +--include-constant SP_WEIRDNESS |
78 | 61 |
|
79 | 62 | --include-function areSimilar |
80 | 63 | --include-function biomeExists |
|
948 | 931 | --include-function xOctaveLegacyInit |
949 | 932 | --include-function xPerlinInit |
950 | 933 |
|
| 934 | +--include-function initTerrainNoise |
| 935 | +--include-function generateColumn |
| 936 | +--include-function generateRegion |
| 937 | +--include-function sampleBase3dNoise |
| 938 | +--include-function sampleBiomeNoise |
| 939 | +--include-function sampleBiomeNoiseBeta |
| 940 | +--include-function sampleCaveCheese |
| 941 | +--include-function sampleCaveEntrance |
| 942 | +--include-function sampleCaveLayer |
| 943 | +--include-function sampleClimatePara |
| 944 | +--include-function sampleEntrances |
| 945 | +--include-function sampleFinalDensity |
| 946 | +--include-function sampleNoiseColumn |
| 947 | +--include-function sampleNoiseParameters |
| 948 | +--include-function sampleNoodle |
| 949 | +--include-function samplePillars |
| 950 | +--include-function samplePreliminarySurfaceLevel |
| 951 | +--include-function sampleSlopedCheese |
| 952 | +--include-function sampleSpaghetti2d |
| 953 | +--include-function sampleSpaghetti3d |
| 954 | +--include-function sampleSpaghetti2dThicknessModulator |
| 955 | +--include-function sampleSpaghettiRoughness |
| 956 | +--include-function sampleUnderground |
| 957 | +--include-function setupTerrainNoise |
| 958 | +--include-constant OTP_CAVE_ENTRANCE |
| 959 | +--include-constant OTP_CAVE_CHEESE |
| 960 | +--include-constant OTP_CAVE_LAYER |
| 961 | +--include-constant OTP_JAGGED |
| 962 | +--include-constant OTP_MAX |
| 963 | +--include-constant OTP_NOODLE |
| 964 | +--include-constant OTP_NOODLE_RIDGE_A |
| 965 | +--include-constant OTP_NOODLE_RIDGE_B |
| 966 | +--include-constant OTP_NOODLE_THICKNESS |
| 967 | +--include-constant OTP_PILLAR |
| 968 | +--include-constant OTP_PILLAR_RARENESS |
| 969 | +--include-constant OTP_PILLAR_THICKNESS |
| 970 | +--include-constant OTP_SPAGHETTI_2D |
| 971 | +--include-constant OTP_SPAGHETTI_2D_ELEVATION |
| 972 | +--include-constant OTP_SPAGHETTI_2D_MODULATOR |
| 973 | +--include-constant OTP_SPAGHETTI_2D_THICKNESS |
| 974 | +--include-constant OTP_SPAGHETTI_3D_1 |
| 975 | +--include-constant OTP_SPAGHETTI_3D_2 |
| 976 | +--include-constant OTP_SPAGHETTI_3D_RARITY |
| 977 | +--include-constant OTP_SPAGHETTI_3D_THICKNESS |
| 978 | +--include-constant OTP_SPAGHETTI_ROUGHNESS |
| 979 | +--include-constant OTP_SPAGHETTI_ROUGHNESS_MODULATOR |
| 980 | + |
951 | 981 | --include-function getOptimalAfk |
952 | 982 | --include-function getQuadHutCst |
953 | 983 | --include-function scanForQuads |
|
0 commit comments