POV-Ray : Newsgroups : povray.general : A new SDL Idea : Re: A new SDL Idea Server Time
31 Jul 2024 14:34:47 EDT (-0400)
  Re: A new SDL Idea  
From: Bryan Valencia
Date: 16 Oct 2007 16:28:29
Message: <47151eed@news.povray.org>
Just FYI, I never recommended scrapping the SDL or orphaning non-windows 
users. All I really wanted was to divorce the editor/parser from the 
renderer (not execute the parser/editor).

If that happened the first thing I would do is to make a mesh object 
that accepts quads as well as triangles, and has .loadfrom3DS and 
.loadfromOBJ methods.


POVMesh myMesh = new POVMESH.loadfrom3DS("Somefile.3DS");
myScene.addObject(myMesh);



-- 
Bryan Valencia

"I'd rather live with false hope than with false despair."


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.