Add SDF cluster SDFs#3002
Open
IntegratedQuantum wants to merge 1 commit intoPixelGuys:masterfrom
Open
Conversation
Collaborator
|
Can we get that sample biome as a rare sky islands biome? Is it possible to guarantee that those volumes don't overlap? |
Member
Author
|
I think it's a bit too random to put it in the game. I'd rather wait until #2592 and put it rarely in some surface biome. and no we cannot guarantee that they don't overlap. |
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

fixes #2751
Example:
.{ .id = "cubyz:cluster", .minAmount = 0.01, .maxAmount = 0.02, .smoothness = 4, .mode = .additive, .children = .{ .{ .id = "cubyz:cylinder", .minRadius = 8, .maxRadius = 8, .minHeight = 100, .maxheight = 100, .positionOffset = .{-30, 0, 0}, }, .{ .id = "cubyz:cylinder", .minRadius = 8, .maxRadius = 8, .minHeight = 100, .maxheight = 100, .positionOffset = .{30, 0, 0}, }, .{ .id = "cubyz:rectangular_cuboid", .minSideLengths = .{80, 35, 100}, .maxSideLengths = .{80, 35, 100}, .positionOffset = .{0, 0, 100}, }, .{ .id = "cubyz:rectangular_cuboid", .minSideLengths = .{60, 60, 35}, .maxSideLengths = .{60, 60, 35}, .positionOffset = .{0, 0, 190}, }, .{ .id = "cubyz:cylinder", .minRadius = 8, .maxRadius = 8, .minHeight = 20, .maxheight = 20, .positionOffset = .{0, 0, 160}, }, .{ .id = "cubyz:rectangular_cuboid", .minSideLengths = .{110, 40, 16}, .maxSideLengths = .{110, 40, 16}, .positionOffset = .{0, 0, 142}, }, .{ .id = "cubyz:cylinder", .minRadius = 6, .maxRadius = 6, .minHeight = 80, .maxheight = 80, .positionOffset = .{65, 0, 110}, }, .{ .id = "cubyz:cylinder", .minRadius = 6, .maxRadius = 6, .minHeight = 80, .maxheight = 80, .positionOffset = .{-65, 0, 110}, }, .{ .id = "cubyz:cylinder", .minRadius = 4, .maxRadius = 4, .minHeight = 40, .maxheight = 40, .positionOffset = .{-20, -5, 230}, }, .{ .id = "cubyz:cylinder", .minRadius = 4, .maxRadius = 4, .minHeight = 40, .maxheight = 40, .positionOffset = .{20, -5, 230}, }, .{ .id = "cubyz:sphere", .minRadius = 6, .maxRadius = 6, .positionOffset = .{-20, -5, 250}, }, .{ .id = "cubyz:sphere", .minRadius = 6, .maxRadius = 6, .positionOffset = .{20, -5, 250}, }, }, },