Michael Feldstein

Results 58 comments of Michael Feldstein

Sadly I've been a little busy and since i didnt have an actual use case for it i didn't want to spend the time on it. If you're up for...

feel free to message me on hangouts or facebook with questions

interesting, its a little tricky, i don't think we've done this kind of input-based-source-rewriting but it shouldn't be too difficult. i'll take a look tomorrow!

Good idea. If you pull to master, you should be able to run `npm run build-global` which will output build/isf.global.js and should add the classes to your window object when...

also if this does work let me know

do you see this line in your package.json? That is the script its trying to run: https://github.com/msfeldstein/interactive-shader-format-js/blob/master/package.json#L11 On Wed, Apr 12, 2017 at 7:46 PM EVERYTHINGING wrote: > command doesn't...

you can't push to my repo, you need to create a fork to your own account, then create a pull request

i think if we're going to be using vertex attributes for the same functionality as textures (defining metal/rough), it makes sense to give them the same level of indirection. If...