the genp module can now run the renderer
This commit is contained in:
10
testbed.f90
Normal file
10
testbed.f90
Normal file
@@ -0,0 +1,10 @@
|
||||
program testbed
|
||||
use genplotting
|
||||
implicit none
|
||||
|
||||
call genp_init(0, "foo.scratch")
|
||||
call plot_axes(13.37)
|
||||
call genp_end(0)
|
||||
call genp_do_render("foo.scratch", "foo.tga", 512, 512)
|
||||
|
||||
end program
|
||||
Reference in New Issue
Block a user