njm222

Results 16 comments of njm222

@johnmarinelli I tested toggling `distanceFactor` in your sandbox and it seems to be visible in Chrome and Safari, but it isn't visible on first load without the `distanceFactor` in Firefox....

Using the EffectComposer with layers https://threejs.org/docs/#api/en/core/Layers Basically, I want to add an effect for a single mesh. In order to do that I have to render that mesh and effect...

I think the only way this is feasible is to save the user's raw input in an array. Since we have the raw input we can validate & replay. (I...

Not sure what you mean by delta values.. I mean the array we save will look something like this (sorted by timestampDown): ```js [ { key: string, // action is...

> > I don't see the issue with using timestamps, but maybe I'm missing something? > > It's that we're talking about a replay system so we need every input...

You are right! I'm surprised I didn't test it or read the next docs... anyways here's the updated PR, just removed the nested link and updated the styles :)

Hmmm, I tried it now and it is working.. I think I had a slow connection yesterday so it was probably just loading and I didn't know, I can add...

Looks like the same thing @gsimone was experiencing. I am seeing it too. Seems like a caching issue but not 100% sure

I can also take this since it is related to #40

Still needs three.js code starter