<!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> </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> </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> </DIV>
<DIV><FONT face=Arial size=2>Thanks in advance,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </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><<A
href="mailto:elbarto37@yahoo.com">elbarto37@yahoo.com</A>></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>><BR>>
There is a parser for it:<BR>>
org/papervision3d/object/parsers/Max3DS.as<BR>><BR>> I haven't tried
it. I'll see if I can get it working and post some files.<BR>>
Thanks,<BR>> Andy<BR>><BR>><BR>><BR>> Maggical
wrote:<BR>>><BR>>> I didn't even know that you could import 3ds
files with Papervision...<BR>>> Any<BR>>>
example?<BR>>><BR>>> On Wed, Jul 1, 2009 at 10:37 AM, andysk8er
<<A href="mailto:elbarto37@yahoo.com">elbarto37@yahoo.com</A>>
wrote:<BR>>><BR>>>><BR>>>> Hey
everyone,<BR>>>> It seems like everyone here uses the collada (DAE)
format for importing<BR>>>> their models. Collada is nice because
it's a (theoretically) universal<BR>>>> format, but it has a lot of
overhead because it is an XML format. In a<BR>>>> recent test, I
created a car model and exported it in both formats: DAE<BR>>>>
and<BR>>>> 3DS. The results are:<BR>>>><BR>>>>
car.3DS = 64.3K<BR>>>> car.DAE =
311K<BR>>>><BR>>>> The 3DS format will obviously save me a
lot of loading time, but does<BR>>>> the<BR>>>> 3DS format
perform any better once it has been imported? I have noticed<BR>>>>
that<BR>>>> most of the sample SWFs (in both PV3D and Away3D) that
import high-poly<BR>>>> models use the 3DS format instead of the
DAE. Has anyone run a<BR>>>> performance<BR>>>> test? If
not, maybe I will do it.<BR>>>><BR>>>>
Thanks,<BR>>>>
Andy<BR>>>><BR>>>><BR>>>><BR>>>>
--<BR>>>> View this message in context:<BR>>>> <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>>>>
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>>>><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>>><BR>><BR>><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>