Giter VIP home page Giter VIP logo

Comments (6)

Thunderforge avatar Thunderforge commented on June 8, 2024

Thanks for reporting this bug! Is there a particular location where this can be easily reproduced?

from opentesarena.

ZeriBun avatar ZeriBun commented on June 8, 2024

you can noclip out of any cities walls, but without cheats you can go to cities that have unwalled sections like Southpoint in Valenwood

from opentesarena.

afritz1 avatar afritz1 commented on June 8, 2024

Possible solution for this is to have the engine calculate how tall a texel in an Arena mountain texture is in degrees, then move the projected vertices down by that much so it still works in case textures are able to be modded to have any resolution. This all rests on the assumption that the original game does indeed shift mountains down by a pixel.

from opentesarena.

afritz1 avatar afritz1 commented on June 8, 2024

A quick look through MOUNT000.IMG through MOUNT022.IMG shows that they in fact don't have a 1 pixel gap at the bottom like I originally thought, which is weird because I was so sure about that. So it could just be a renderer bug.

from opentesarena.

afritz1 avatar afritz1 commented on June 8, 2024

The volcano in Morrowind does however (VOLCANO1.DFA and VOLCANO2.DFA), so that is one place with the gap.

TEMP10.IMG has a gap.

from opentesarena.

afritz1 avatar afritz1 commented on June 8, 2024

This still happens in the new renderer but this issue can be closed. Reason:

The engine works like Minecraft - there is a set of loaded chunks around the player. The player's camera is some height above the ground and will be able to peer over the edge of the world pretty easily if there aren't that many chunks:
screenshot0000

The solution is to have more chunks so they stretch further out to the horizon and the perceived gap between the world edge and distant land shrinks (although performance is bad right now):
screenshot0001

I guarantee the meshes for all distant lands have their bottom edge resting on Y=0, and the rasterizer samples the center of pixels, so there is definitely no rounding or off-by-one problem happening here.

from opentesarena.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.