Skip to content

Automatically exported from code.google.com/p/flip3d

Notifications You must be signed in to change notification settings

khokhlov/flip3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How To Compile And Run:

Just do:

> make run

That's All.

How To Render With Sunflow (Java Runtime Required) :

Please download sunflow-bin-v0.07.2.zip and expand here by running

> wget http://prdownloads.sourceforge.net/sunflow/sunflow-bin-v0.07.2.zip
> unzip sunflow-bin-v0.07.2.zip

To render sequential file from frame 1 to e.g. 40, run:

> ./render.sh 1 40

How To Increase Domain Size:

Edit "#define N 32" in flip3d.cpp to the number whatever you want.
( The number doesn't have to be a power of two, e.g. 150 is OK )
Watch for the file size and compile codes appropriately otherwise files won't be
successfully written. Don't forget to increase the memory size in the variable in 
render.sh if you plan to render with Sunflow renderer.

Enjoy !

About

Automatically exported from code.google.com/p/flip3d

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages