|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
AFIK, among major pieces of software, only POV-Ray reads its own Scene
Description Language. There may be some handy specialized utility programs too,
but I'm interested in major apps and especially renderers.
What other significant software can parse and do something interesting with SDL?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"darenw" <Gre### [at] comcastnet> wrote:
> AFIK, among major pieces of software, only POV-Ray reads its own Scene
> Description Language. There may be some handy specialized utility programs too,
> but I'm interested in major apps and especially renderers.
>
> What other significant software can parse and do something interesting with SDL?
I'm no expert on this particular subject, but AFAIK, none. (However,
triangle-mesh *objects* made in other programs *can* be translated into
POV-Ray-readable code, by way of a little utility called POSERAY. But I don't
know if it allows a two-way process.)
One of the significant advantages of POV-Ray over other major apps is that
it's...free! And the SDL language is quite powerful.
Ken
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tue, 04 May 2010 15:25:27 +0200, darenw <Gre### [at] comcastnet>
wrote:
> AFIK, among major pieces of software, only POV-Ray reads its own Scene
> Description Language. There may be some handy specialized utility
> programs too,
> but I'm interested in major apps and especially renderers.
>
> What other significant software can parse and do something interesting
> with SDL?
>
>
I'm not sure if it reads SDL but I know you can import certain scene with
Bishop3d: http://www.bishop3d.com/
-Nekar Xenos-
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Bishop3D can read a subset of SDL:
http://www.bishop3d.com/parserdetails.htm
http://www.youtube.com/watch?v=W5lmwblTflU
Apparently Kpovmodeler (http://www.kpovmodeler.org) also can read some
SDL, but I have no experience with it.
Regards,
Hugo.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
04.05.2010 17:25, darenw пишет:
> AFIK, among major pieces of software, only POV-Ray reads its own Scene
> Description Language. There may be some handy specialized utility programs too,
> but I'm interested in major apps and especially renderers.
>
> What other significant software can parse and do something interesting with SDL?
>
>
for reading povray SDL its possible use povray
i create modified povray, called povdump, which don't render image, but
dump scene objects to file
its used for povviewer http://sourceforge.net/projects/povviewer/
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |