HifiExperiments
HifiExperiments
potentially closes https://github.com/vircadia/vircadia/issues/92 and https://github.com/vircadia/vircadia/issues/990 fixes https://github.com/vircadia/vircadia/issues/1062 should theoretically 1. remove the need for cachebusting 2. improve loading times also adds a reload button next to model URL in create...
In the useOriginalPivot PR we noted that it only works if the pivot point in modeling software is 0,0,0: https://github.com/vircadia/vircadia/pull/951#issuecomment-774399281 Other engines also have this problem. We should figure out...
Closes #930 this is currently against the protocol_changes branch because one of the errors is in AudioMixer.cpp (from a recent PR of mine). I've only tried this on windows so...
Some driver versions fail to properly do automatic sRGB framebuffer conversions, leading to a darker image (often only in VR). Can we detect that this is failing and fallback to...
Closes #583 and #126 incredibly this is NOT a protocol change 😄 This adds support for smarter text clipping at the edges of text entities, as well as replacing the...
Closes #931 (apologies to whoever reviews this) Application.cpp has gotten totally out of control over the years (in many cases because of my dumb decisions). This is an attempt to...
Closes #69 Introduces a new Entity Type, Sound, which provides the same functionality as the Sound scripting API but in a more accessible way. They have the following properties: ```...
We have two systems for creating items attached to your avatar and it is difficult and confusing to maintain both. We should stick with entities as the entry point for...