Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: 3D Models #577

Draft
wants to merge 3 commits into
base: renderer-ng
Choose a base branch
from
Draft

WIP: 3D Models #577

wants to merge 3 commits into from

Conversation

lpenguin
Copy link
Contributor

@lpenguin lpenguin commented May 9, 2022

This is work-in-progress state of 3D models branch.
This PR uses custom rusty-vangers branch: https://github.com/lpenguin/vange-rs/tree/ff-set-visible

Current state:

  • Rust backend models functions
  • Basic hooks in the main code: model initialization, model instance creation, model instance destruction
  • Incomplete: Mechous weapon position
  • Solve coordinate systems conflict in main code (left-handed) and rusty-vangers (right-handed)
  • Decouple game logic from the rendering logic: we determine mechous water level from per-pixel rendering. See https://github.com/KranX/Vangers/pull/577/files#diff-d7665497c39e5e103a915ab4e4cf2ed9b0f880f8831d2cc0b888be13213b1bdcR301
  • Adjust mechous perspective scaling
  • Solve items visibility issues
  • Solve vector math duplicated code: main code and renderer subproject: move all mod-related code parts into new libvangers project
  • Solve architectural issues: higher level classes for graphics objects

@lpenguin lpenguin changed the title Models WIP: 3D Models May 9, 2022
@lpenguin lpenguin linked an issue May 9, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Поддержка 3D моделей
1 participant