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

fix(AbstractMeshBuilder): Added textures to vob elements which are dy… #360

Merged
merged 1 commit into from
May 20, 2024

Conversation

JaXt0r
Copy link
Contributor

@JaXt0r JaXt0r commented May 20, 2024

…namically loaded inside lab.

To test

  1. Start lab and look at ladder and chest+door - Do they have textures?
  2. Start main game briefly and look if objects (items like berry) and static vobs (like ladder) also still have their textures.

Out-of-Scope:

  • I didn't fix it for the item tool where you spawn items as this would cause merge conflicts when we merge HVR branch. Let's update this later. It's 1 line only: CreateVob(..., useTextureArray: false)

@JaXt0r JaXt0r linked an issue May 20, 2024 that may be closed by this pull request
@JaXt0r JaXt0r requested a review from Redreaper666 May 20, 2024 14:51
Copy link

@Redreaper666 Redreaper666 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Funktionier soweit, Items spawnen jedoch weiterhin ohne Texturen.

@JaXt0r JaXt0r merged commit 9787bf6 into main May 20, 2024
@JaXt0r JaXt0r deleted the bugfix/359-lab-item-textures branch May 20, 2024 15:25
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.

Lab: Vobs have no textures
2 participants