Jesse Vander Does

Results 65 comments of Jesse Vander Does

@kerrj is it your experience that the guassian-splat pipeline runs, just with reduced quality, when using other data sources? What I'm seeing ATM is that when using polycam as input...

There is a w3 community for declarative 3d which you can find here: http://www.w3.org/community/declarative3d/ These project appear to be related to the community http://www.x3dom.org/ and http://www.xml3d.org/ Lastly, I've found this...

@raosanat this was pretty painful to work through and find a solution for. We've been working with the new raw media API's on iOS and were finding that the autorotation...

We're using raw outgoing video from iOS to our web app. In particular, we're sending frames from ARKit. The video, as it is received in the browser, shifts resolution from...

@gaobob-msft any update on this? We're finding `endGeneratingDeviceOrientationNotifications` is unreliable, sometimes it still rotates. To make things worse, if we don't call it, the rotation behaves very oddly. Video shows...

@gaobob-msft we've found that if we call `await UIDevice.current.endGeneratingDeviceOrientationNotifications` twice, then it stops the video from rotating. Our problem now is that we have no way to get the device...

@zeux I think the main use case would be to remove as many triangles away while preserving a specific quality. To produce LODs I might do something like set the...

@zeux this is something I've just bumped into. I have a file that is "centered" via a root node that is very far from the origin, for example `-75235304.000` units...

Thanks for the quick response @zeux . It does happen with `-kn` enabled. You're correct, the child nodes are close to that very large value, but they are all in...

@zeux thank you for creating that ticket. I'm not sure we can make both the root and children all clean round-trippable floating point numbers. Aside from getting that fix into...