Skip to content

Update OpenVR.cpp for Warping Issues / possible fix#64

Open
AmericanaNinja wants to merge 1 commit intoLivingFray:masterfrom
AmericanaNinja:patch-1
Open

Update OpenVR.cpp for Warping Issues / possible fix#64
AmericanaNinja wants to merge 1 commit intoLivingFray:masterfrom
AmericanaNinja:patch-1

Conversation

@AmericanaNinja
Copy link

Removed Lines 153 and 154

recommendedWidth = static_cast<uint32_t>(recommendedWidth / (std::max)(textureBounds[0].uMax - textureBounds[0].uMin, textureBounds[1].uMax - textureBounds[1].uMin));
recommendedHeight = static_cast<uint32_t>(recommendedHeight / (std::max)(textureBounds[0].vMax - textureBounds[0].vMin, textureBounds[1].vMax - textureBounds[1].vMin));

Removed Lines 153 and 154

	recommendedWidth = static_cast<uint32_t>(recommendedWidth / (std::max)(textureBounds[0].uMax - textureBounds[0].uMin, textureBounds[1].uMax - textureBounds[1].uMin));
	recommendedHeight = static_cast<uint32_t>(recommendedHeight / (std::max)(textureBounds[0].vMax - textureBounds[0].vMin, textureBounds[1].vMax - textureBounds[1].vMin));
@AmericanaNinja AmericanaNinja changed the title Update OpenVR.cpp for Warping Issues / How do I compile source? Update OpenVR.cpp for Warping Issues / possible fix Dec 4, 2024
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.

1 participant