<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.3790.1830" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>But Max3DS class does not support all 3DMax 
versions.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Tim, could you tell us until what version of 3DMax 
we can use your class?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>If you have anything to say about performance and 
best use, will be amazing.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks in advance,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV>Pablo Cabana<BR>(21) 9338-0388<BR>Cabana Criação<BR>(21) 2707-7020<BR><A 
href="http://www.cabanacriacao.com">www.cabanacriacao.com</A><BR>Visite também o 
Cabanoblog:<BR><A 
href="http://www.cabanacriacao.com/blog">www.cabanacriacao.com/blog</A></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=info@javierespana.com href="mailto:info@javierespana.com">Javier 
  España | javierespana.com</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=papervision3d@osflash.org 
  href="mailto:papervision3d@osflash.org">papervision3d@osflash.org</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Wednesday, July 01, 2009 2:28 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Papervision3D] collada vs. 
  *.3DS file format PERFORMANCE ???</DIV>
  <DIV><BR></DIV>That would be amazing...<BR><BR>
  <DIV class=gmail_quote>On Wed, Jul 1, 2009 at 1:45 PM, andysk8er <SPAN 
  dir=ltr>&lt;<A 
  href="mailto:elbarto37@yahoo.com">elbarto37@yahoo.com</A>&gt;</SPAN> 
wrote:<BR>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><BR>Here 
    you go... Instead of using this:<BR><BR>shape = new 
    Collada("models/car.dae", matList);<BR><BR>Use this:<BR><BR>shape = new 
    Max3DS();<BR>shape.load("models/car.3DS", matList);<BR><BR>There is a 
    problem with the parser "flipping" the object which has been<BR>discussed on 
    this forum already. But it seems to work fine. I'm going to<BR>spend some 
    more time with this tonite and do a performance comparison. I'll<BR>post 
    samples and source code when I get a chance.<BR><BR>Thanks,<BR>Andy<BR>
    <DIV>
    <DIV></DIV>
    <DIV class=h5><BR><BR><BR><BR><BR><BR><BR>andysk8er wrote:<BR>&gt;<BR>&gt; 
    There is a parser for it:<BR>&gt; 
    org/papervision3d/object/parsers/Max3DS.as<BR>&gt;<BR>&gt; I haven't tried 
    it. I'll see if I can get it working and post some files.<BR>&gt; 
    Thanks,<BR>&gt; Andy<BR>&gt;<BR>&gt;<BR>&gt;<BR>&gt; Maggical 
    wrote:<BR>&gt;&gt;<BR>&gt;&gt; I didn't even know that you could import 3ds 
    files with Papervision...<BR>&gt;&gt; Any<BR>&gt;&gt; 
    example?<BR>&gt;&gt;<BR>&gt;&gt; On Wed, Jul 1, 2009 at 10:37 AM, andysk8er 
    &lt;<A href="mailto:elbarto37@yahoo.com">elbarto37@yahoo.com</A>&gt; 
    wrote:<BR>&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; Hey 
    everyone,<BR>&gt;&gt;&gt; It seems like everyone here uses the collada (DAE) 
    format for importing<BR>&gt;&gt;&gt; their models. Collada is nice because 
    it's a (theoretically) universal<BR>&gt;&gt;&gt; format, but it has a lot of 
    overhead because it is an XML format. In a<BR>&gt;&gt;&gt; recent test, I 
    created a car model and exported it in both formats: DAE<BR>&gt;&gt;&gt; 
    and<BR>&gt;&gt;&gt; 3DS. The results are:<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; 
    car.3DS = 64.3K<BR>&gt;&gt;&gt; car.DAE = 
    311K<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; The 3DS format will obviously save me a 
    lot of loading time, but does<BR>&gt;&gt;&gt; the<BR>&gt;&gt;&gt; 3DS format 
    perform any better once it has been imported? I have noticed<BR>&gt;&gt;&gt; 
    that<BR>&gt;&gt;&gt; most of the sample SWFs (in both PV3D and Away3D) that 
    import high-poly<BR>&gt;&gt;&gt; models use the 3DS format instead of the 
    DAE. Has anyone run a<BR>&gt;&gt;&gt; performance<BR>&gt;&gt;&gt; test? If 
    not, maybe I will do it.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; 
    Thanks,<BR>&gt;&gt;&gt; 
    Andy<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; 
    --<BR>&gt;&gt;&gt; View this message in context:<BR>&gt;&gt;&gt; <A 
    href="http://www.nabble.com/collada-vs.-*.3DS-file-format-PERFORMANCE-----tp24289928p24289928.html" 
    target=_blank>http://www.nabble.com/collada-vs.-*.3DS-file-format-PERFORMANCE-----tp24289928p24289928.html</A><BR>&gt;&gt;&gt; 
    Sent from the Papervision3D mailing list archive at 
    Nabble.com.<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt; 
    _______________________________________________<BR>&gt;&gt;&gt; 
    Papervision3D mailing list<BR>&gt;&gt;&gt; <A 
    href="mailto:Papervision3D@osflash.org">Papervision3D@osflash.org</A><BR>&gt;&gt;&gt; 
    <A href="http://osflash.org/mailman/listinfo/papervision3d_osflash.org" 
    target=_blank>http://osflash.org/mailman/listinfo/papervision3d_osflash.org</A><BR>&gt;&gt;&gt;<BR>&gt;&gt;&gt;<BR>&gt;&gt;<BR>&gt;&gt; 
    _______________________________________________<BR>&gt;&gt; Papervision3D 
    mailing list<BR>&gt;&gt; <A 
    href="mailto:Papervision3D@osflash.org">Papervision3D@osflash.org</A><BR>&gt;&gt; 
    <A href="http://osflash.org/mailman/listinfo/papervision3d_osflash.org" 
    target=_blank>http://osflash.org/mailman/listinfo/papervision3d_osflash.org</A><BR>&gt;&gt;<BR>&gt;&gt;<BR>&gt;<BR>&gt;<BR><BR>--<BR></DIV></DIV>View 
    this message in context: <A 
    href="http://www.nabble.com/collada-vs.-*.3DS-file-format-PERFORMANCE-----tp24289928p24293212.html" 
    target=_blank>http://www.nabble.com/collada-vs.-*.3DS-file-format-PERFORMANCE-----tp24289928p24293212.html</A><BR>
    <DIV>
    <DIV></DIV>
    <DIV class=h5>Sent from the Papervision3D mailing list archive at 
    Nabble.com.<BR><BR><BR>_______________________________________________<BR>Papervision3D 
    mailing list<BR><A 
    href="mailto:Papervision3D@osflash.org">Papervision3D@osflash.org</A><BR><A 
    href="http://osflash.org/mailman/listinfo/papervision3d_osflash.org" 
    target=_blank>http://osflash.org/mailman/listinfo/papervision3d_osflash.org</A><BR><BR></DIV></DIV></BLOCKQUOTE></DIV><BR>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>Papervision3D 
  mailing 
  list<BR>Papervision3D@osflash.org<BR>http://osflash.org/mailman/listinfo/papervision3d_osflash.org<BR></BLOCKQUOTE></BODY></HTML>