Skip to content

Extreme terrain at chunk edge? #18

@lawik

Description

@lawik

I'm experimenting with using a modifed voxel-land module to generate my landscape. I have currently changed chunk size to 64 to more clearly show the problem I'm having.

Is this normal? Those vertical edges as chunks with vastly different terrain meet. They do not feel normal.

chunk-edges

I have made modifications, specifically I've modified the stuff passed to showChunk to be compatible with the normal voxel.meshers.greedy mesher:

var chunk_data = {
    voxels: chunk.data,
    position: chunk.position,
    dims: [self.opts.chunkSize,self.opts.chunkSize,self.opts.chunkSize]
}
self.game.showChunk(chunk_data);

Or is this a consequence of not using voxel-mesher for voxel-land?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions