Isaac Nygaard

Results 21 comments of Isaac Nygaard

Any suggestions on detecting whether an offset exists on the string already? I can't append it unconditionally, since DateJS parser seems to use that, instead of any previously defined offsets....

But I want to add the offset only conditionally. Currently, there is no API to detect if the parser applied a user-defined offset. Example: ``` let has_user_offset= Date.parse("1/1/17 3:00 MST");...

If you used pinned gpu memory, then memory transfers will usually not be a bottleneck. You can also use a double buffer to load one layer to process while the...

Okay, I'll put in a PR for a note in the documentation soon.

Try this fork, which seems better maintained: https://github.com/Netgear-A6210-linux-driver/Netgear-A6210

I've added all the miscellaneous technical reports/papers I used for the implementation under "papers". Take a look at those to help with the math. The derivations are not always included...

I randomly fill a volume with particles, it is a built-in Houdini op. The algorithm used is probably equivalent to Blender's volume emission particle system.

You are probably referring to the coloring/texturing/shading of the snow block. That is actually separate from the physics system all together. You can look up some tutorials on how to...

Sorry... hit "close with comment" accidentally

Hmm, been a while since I worked with Houdini... been doing some other stuff the last years. Want to submit a pull request with what you have so far and...