Andrew Gilgallon

Results 3 comments of Andrew Gilgallon

@EnoxSoftware Note on that post above, I neglected to mention to transpose the output of the HololensCameraStream TryGetWorldCoords to get a column major matrix which was required for all the...

For me, it wasn't clear from the original post that you would NOT have this problem if you [spread the props](https://svelte.dev/tutorial/spread-props), or passed in each object property [separately](https://svelte.dev/tutorial/declaring-props). Here is...

Edit: Burned the last post. There are many unpredictable ways the browser can change the dom during editing which svelte is not magically in sync with. This is the source...