Tobias Pfaff

Results 11 comments of Tobias Pfaff

The raw dataframe might appear to be empty due to the variable-length encoding. However, using the dataset loader you should be able to load this dataset. I just tried, and...

Adding world edges is in a sense a simple form of (learned) collision detection, which just takes into account distance between nodes. One way to implement this is running a...

Hmm. that is a tough one to reproduce, I guess it's a video glitch not specific to a scene... Don't know what to do about that one.

Yes, the mod only works with the full version of the game. Some of the demo's source code files are different from the full version, so hotpatching the game source...

Yeah, I currently rely on glu_Unproject to implement one of the Opcodes. I'll see how to do this stuff without GL...

It looks like its not easily possible to add transparency in TinyGL (at least I couldn't figure out how), so it looks like the mod will remain GL only for...

Ah, good point, there has to be some sort of transparency handling there. I'll have a look once I have a bit more time.

Hmm.. weird. It works fine for me on Mac, Win + Linux. Are you sure you are running the new version? There definitely was a bug, but I fixed it...

Hi ZY, `pressure` is contained in the CylinderFlow dataset, we just don't do anything with it in this demonstration code. But if you want to play around with it, you...

Well that depends on the system you're modeling-- for incompressible Navier-Stokes like CylinderFlow, pressure isn't a state variable, i.e. you don't need to know p_t to predict v_t+1, p_t+1. So...