fix
This commit is contained in:
parent
813e643cb2
commit
2d046c5980
2 changed files with 12 additions and 2 deletions
|
@ -6,6 +6,16 @@ configure_file (
|
||||||
"AwesomeAttractorConfig.h.in"
|
"AwesomeAttractorConfig.h.in"
|
||||||
"AwesomeAttractorConfig.h")
|
"AwesomeAttractorConfig.h")
|
||||||
|
|
||||||
add_executable (AwesomeAttractor main.cpp Attractor.cpp AttractorKernel.cpp Canvas.cpp Projector.cpp stfu/stf.cpp canvae/PNG.cpp canvae/Raw.cpp projectors/Normalizer.cpp projectors/Projection.cpp pngwriter/pngwriter.cc)
|
add_executable (AwesomeAttractor
|
||||||
|
main.cpp
|
||||||
|
Attractor.cpp
|
||||||
|
AttractorKernel.cpp
|
||||||
|
Canvas.cpp
|
||||||
|
Projector.cpp
|
||||||
|
stfu/stf.cpp
|
||||||
|
canvae/Raw.cpp
|
||||||
|
projectors/Normalizer.cpp
|
||||||
|
projectors/Projection.cpp
|
||||||
|
pngwriter/pngwriter.cc)
|
||||||
|
|
||||||
target_link_libraries (AwesomeAttractor png)
|
target_link_libraries (AwesomeAttractor png)
|
||||||
|
|
2
batch.sh
2
batch.sh
|
@ -1,2 +1,2 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
while true; do ./AwesomeAttractor -P /var/www/joshua/render/ikeda/ -R -I 100 -v attractors/emptyIkeda3D.stf; done
|
while true; do ./AwesomeAttractor -P /var/www/joshua/render/lomp/ -R -I 10000 -W 100 -H 100 -v attractors/emptyUnravel3D.stf; done
|
||||||
|
|
Reference in a new issue