sdsgisd / DynamicSoapfilmsWithEvolvingThickness

An implementation of “A Model for Soap Film Dynamics with Evolving Thickness ” Ishida*, Synak*, Narita, Hachisuka, Wojtan, Transactions on Graphics (SIGGRAPH 2020).
Mozilla Public License 2.0
10 stars 2 forks source link

Program runs, but there is no any graphics just circle.. #2

Closed ollipizza closed 10 months ago

ollipizza commented 11 months ago

How can i run it so that it shows soap bubbles? Screencast from 2023年九月21日 16時56分51秒.webm

sdsgisd commented 11 months ago

You seem to be running the simulation mode 0. Eulerian flow only. I recommend reading the front page of this repository.

ollipizza commented 11 months ago

On the front page, i couldn't find much about how to run the program, there are keyboard keys listed that change how the program works, but going through all of them didn't help.

I want to see soap bubbles thin film interference, colours, how can I achieve this?

sdsgisd commented 11 months ago

There is not much information about how to run the code more than written on the front page. This code does only animation of bubbles, photorealistic rendering must be done using a render that supports thin-film interference, which is outside the scope of this repository. You can still sort of see transparent bubbles with a background by changing the rendering mode. I also don't under stand what "just circle" means in the title. In the video you attached you just didn't run the code with surface deformation.

sdsgisd commented 10 months ago

Ok, I close this issue.