HifiExperiments

Results 135 comments of HifiExperiments

huh wacky! I can’t think right now why that would behave different. this sounds generally safe to merge then if we’re trying to push a release in the coming weeks,...

@ada-tv I haven't been able to reproduce the issue - this is a zone with min = max (same with max < min) on a big box with a projected...

@ada-tv thank you, that was super helpful! looks like I had screwed up a rebase and broken triplanar, but works now!

I think if you enable the reticle in the general settings it still renders in mouse look mode, although it jitters a bit as you move

this PR could use a real quick test so we can finally merge it if anyone has a sec. really just need to confirm that entityHostType still appears in the...

cool, if the behavior is the same sounds like it’s good to merge! thank you for testing ❤️

yep will take a look

seems like the problem is these lines, which previously did nothing since we didn't respect texcoordSet: https://github.com/overte-org/overte/blob/9843084629d4f0c3a8e717b57ad77169886499fe/libraries/model-serializers/src/FBXSerializer_Material.cpp#L63-L65 it appears that the model has 4 UV maps: UVMapFLOORS, UVMapFORTERES, UVMapINERWALL, and...

we could either: - disable multiple tex coord support for FBX entirely, which would mirror the old behavior - document the existing behavior as official, which is that the UV...