I guess a new version of PovRay and Moray for DOS will be very useful for me.
This year FreeRay2015 includes sixteen 3D objets with HTML documentation
(fourteen are DOS compatible) in this link
https://www.dropbox.com/s/3wk6vuu5xdyumvr/FreeRay_2015.zip?dl=0
Previous versions in the new FreeRay subdomain
http://freeray.juegosenlazaruscostarricenses.com.
My code for animation in DOS advances slowly.I was concentrated in
my new commercial WEB page http://juegosenlazaruscostarricenses.com,
A lot of graphics and 3D objects for games are POVRay-Moray-Epspline related.
Comment about POVRay version in code:
I think a first line in POVRay Code
#version 3.7;
has many inconvenients.
So, I suggest..
#if ( version >= 3.7 )
#version 3.7;
// alternativas preferidas
#else
// soluciones alternativas
#end
But it won't be possible if POVRay refuse to read the code.
This is not a problem now, but I'm worried about the compiler warnings.
Jesus and Marie bless you.
Post a reply to this message
|