HifiExperiments

Results 135 comments of HifiExperiments

so the way it works internally is that the artery font reader gives us a list of glyphs, and each one is identified by a "codepoint" which is a uint32....

ok so it turns out `-allglyphs` just won't work until some fixes are made to msdf-atlas-gen (which it sounds like...might be pretty far off). but if you instead do `-charset...

I suspect it’s not properly selecting the other tex coord set? lightmaps used to always assume the second set, but now respect the value from the model, but that could...

ah ok I see, the material JSONs overrides the lightmap, e.g.: `"lightMap": "textures/lightmap-furniture.png"` I think it will now need to be: `"lightMap": { "url": "textures/lightmap-furniture.png", "texCoord": 1 }`

are we good to close this then?