Git Product home page Git Product logo

Comments (5)

Lwmte avatar Lwmte commented on May 17, 2024

Hmm, I tested it, and it seems that everything works right (except that I can't push-pull the blocks because of faulty collision detection). When Bullet debug drawer is active (r_coll), indeed I get overlapped room geometry, but that should be filtered out considering current room.

from opentomb.

vvs- avatar vvs- commented on May 17, 2024

Ok, here's the test case. Type setgamef(3,99) then setEntityPos(player,21903,33910,2560,188,0,0). When back to game play run forward. Lara should fall to room 132. Now walk left or forward a few steps then jump straight up. Lara should return to room 117.

Depending on circumstances she is able to walk over overlapping invisible roof in room 117 as if levitating.

from opentomb.

vvs- avatar vvs- commented on May 17, 2024

Another good example is The Cistern level. Move Lara in the room with a switch 11. Jump straight up and she'll be transferred into room 10. Now roll and she instantly moved into room 9. All this without changing coordinates. And it caused big trouble in the current frustum code.

from opentomb.

vvs- avatar vvs- commented on May 17, 2024

The camera current room and position are not coherent. It's visible in room_info where it used different room for camera sector. No matter which room it claims to show (9 or 10) it always dumps information about room 9 which is correct in the above case. Looking at the source it seems that renderer.cam->current_room is different from what sector->owner_room actually is.

from opentomb.

vvs- avatar vvs- commented on May 17, 2024

No more reproducible after #384.

from opentomb.

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.