HifiExperiments
HifiExperiments
yeah I just disabled it for now. it won't break even old HiFi models since the texcoordSet value was previously just ignored - that's how this model worked before. it...
could we make the edits onInput but record the undo transaction only onChange? so no matter how much you type in the box it just counts as one undo?
same issue as #1097
fyi this behavior is controlled by all the places that mention `Application.CameraSelfie` in this file: https://github.com/overte-org/overte/blob/master/interface/resources/controllers/keyboardMouse.json
hm this was working at some point, I’ll take a look
so, it seems like this works if I have a single material targeting a single mesh part by index, which is what my previous tests did:  but if I...
ah TextPayloads don’t have shapePipelines, they set their own pipelines here: https://github.com/overte-org/overte/blob/c4e686e2084509af3114736d2094ed1683fe3030/libraries/render-utils/src/text/Font.cpp#L636 I’m guessing this worked during my testing because it was picking up on the shapePipeline of the previously...
this was an issue with any font that failed to download (not just links that started with `https://data.`). we'd end up dividing by 0 when setting the scale. fix here:...
do you have a repro for any of these? are you on master, and did it only start happening after the protocol change merge?
can you give this another try with the latest commit from https://github.com/overte-org/overte/pull/1111? it appears to work for me there (although the font takes a little while to load)  the...