POV-Ray : Newsgroups : povray.general : A new SDL Idea : Re: A new SDL Idea Server Time
31 Jul 2024 14:25:29 EDT (-0400)
  Re: A new SDL Idea  
From: Warp
Date: 16 Oct 2007 16:33:54
Message: <47152031@news.povray.org>
Bryan Valencia <209### [at] gmailcalm> wrote:
> POVMesh myMesh = new POVMESH.loadfrom3DS("Somefile.3DS");

  Why the obsession with 'new'?

  How about:

Object o = import3DS("Somefile.3ds");

  More abstract, less confusing syntax. No need for useless 'news'.

-- 
                                                          - Warp


Post a reply to this message

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