Michael Feldstein
Michael Feldstein
This is an empty change to create an audit
PBR materials, particularly anything metallic, don't look good without an envmap. They are very dark. With this change, an envmap will be automatically generated with the environment component, and applied...
This still has work that needs to be done but i wanted to get some feedback
Add a brush that lets you draw very straight lines (perfectly straight in fact). It might be cool in the future to have some snapping to make perfectly orthogonal shapes.
I added another demo sketch that might be useful to people making brushes without an HMD. It has different size/color strokes and is visible from the default view. Since it's...
The holidays are almost here, and i've lived in california so long i've forgotten that there's supposed to be snow! I've implemented a falling snow brush, that uses a point-sprite...
- OS: macOS 10.15.6 - Version of IPFS Desktop: 0.13.2 **Describe the bug** If IPFS Desktop is not using the default port (8080) the link to preview it still uses...
When a transaction fails, the js-sdk just passes back the horizon response blob, the actual errors are pretty far nested so you have to dig to get the error-codes out....
Currently the streaming api has pretty bad ergonomics. I was trying to stream payment operations and it looks like `server.payments().stream` returns an `OperationResponse` which doesn't have any information available to...
When dealing with amounts in stellar, you're dealing with them as a string. This can lead to difficulty checking equality (or comparison). There are many wrong was to do this...