MCRcortex / MCRcortex/voxy

[Feature request] Vertigo support

Open
#562 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
1.2k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

Vertigo improves client performance with worldgen mods such as Big Globe by only syncing vertical chunk sections close to the player. The server sends air in place of the remaining sections, which creates holes in Voxy's LODs.

Vertigo exposes an API to query whether or not a specific player knows about a specific chunk section. Voxy could use that API to avoid rebuilding LODs in such sections to avoid creating those holes.

LOD comparison

Voxy Big Globe
Image Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating Voxy's LOD rebuild path and the integration point for Vertigo's API, which reports whether a player knows a chunk section. Confirm how unknown sections are currently handled and compare the resulting LODs with the issue's examples. Done means unknown sections are not rebuilt into holes while Vertigo and worldgen-mod combinations remain supported.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
game-dev, performance
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.