[Papervision3D] .dae from web
Jose Argenzio
jargenzio at nawy.com
Thu Apr 12 12:45:32 EDT 2007
The correct link is:
http://www.elventech.it/pv3d/test_campo.html
-----Mensaje original-----
De: Papervision3D-bounces at osflash.org
[mailto:Papervision3D-bounces at osflash.org] En nombre de
Papervision3D-request at osflash.org
Enviado el: Jueves, 12 de Abril de 2007 11:32
Para: Papervision3D at osflash.org
Asunto: Papervision3D Digest, Vol 7, Issue 113
Send Papervision3D mailing list submissions to
Papervision3D at osflash.org
To subscribe or unsubscribe via the World Wide Web, visit
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
or, via email, send a message with subject or body 'help' to
Papervision3D-request at osflash.org
You can reach the person managing the list at
Papervision3D-owner at osflash.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Papervision3D digest..."
Today's Topics:
1. Re: R: .dae from web (Peter Kapelyan)
2. R: .dae from web (Jacopo Dagnino)
3. Re: R: .dae from web (Peter Kapelyan)
4. R: R: .dae from web (Jacopo Dagnino)
----------------------------------------------------------------------
Message: 1
Date: Thu, 12 Apr 2007 12:12:06 -0400
From: "Peter Kapelyan" <flashgames at comcast.net>
Subject: Re: [Papervision3D] R: .dae from web
To: <Papervision3D at osflash.org>
Message-ID: <006101c77d1d$50fdc380$abb15144 at millions>
Content-Type: text/plain; charset="iso-8859-1"
Very Nice house!!!! I see the house and texture...
-Peter
----- Original Message -----
From: Ralph Hauwert
To: Papervision3D at osflash.org
Sent: Thursday, April 12, 2007 12:07 PM
Subject: Re: [Papervision3D] R: .dae from web
Well, that url is only returning 404...
On 4/12/07, Jacopo Dagnino <bekamaster at elventech.com> wrote:
tnx for the fast reply, but still not working, here is my code:
var casa3:Collada = new Collada( material_casa2, "casa.dae",
proportion);
casa3.x = 0;
casa3.y = 0;
casa3.z = 0;
casa3.rotationY=180;
scene.push( casa3 );
in the same folder of the page there are casa.dae
http://www.elventech.it/pv3d/test_campo.htm
2? problem - When I run it locally, I see the model .dae but the pv3d
not apply the rotationY property
-Jacopo "Beka Master" Dagnino
-----Messaggio originale-----
Da: Papervision3D-bounces at osflash.org
[mailto:Papervision3D-bounces at osflash.org]Per conto di Ralph Hauwert
Inviato: gioved? 12 aprile 2007 17.07
A: Papervision3D at osflash.org
Oggetto: Re: [Papervision3D] .dae from web
Look for upper and lowercase in your filename. Make sure your
filepaths are correct.
On 4/12/07, Jacopo Dagnino < bekamaster at elventech.com> wrote:
Hi all,
I make some experiment in PV3D, and when I publish it in a web page
I can't see the .dae model in render, localy works perfect... Why???
-Jacopo "Beka Master" Dagnino
_______________________________________________
Papervision3D mailing list
Papervision3D at osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
--
Ralph Hauwert
_______________________________________________
Papervision3D mailing list
Papervision3D at osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
--
Ralph Hauwert
----------------------------------------------------------------------------
--
_______________________________________________
Papervision3D mailing list
Papervision3D at osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070412/
be6b77f0/attachment-0001.htm
------------------------------
Message: 2
Date: Thu, 12 Apr 2007 18:12:50 +0200
From: "Jacopo Dagnino" <bekamaster at elventech.com>
Subject: [Papervision3D] R: .dae from web
To: <Papervision3D at osflash.org>
Message-ID: <001401c77d1d$6bd51a00$0201a8c0 at teraelven>
Content-Type: text/plain; charset="iso-8859-1"
RIGHT!!!
Tnx peter!!!
Now 2 problem (but I'm so happy :) )
see this:
http://www.elventech.it/pv3d/test_campo.html?asd=asd
- if you place mouse on left of screen you can see the house disapper... I
think is the Z-buffer problem.. How I can fix it?
- the property rotationY seems not works
-Jacopo "Beka Master" Dagnino
-----Messaggio originale-----
Da: Papervision3D-bounces at osflash.org
[mailto:Papervision3D-bounces at osflash.org]Per conto di Peter Kapelyan
Inviato: gioved? 12 aprile 2007 17.55
A: Papervision3D at osflash.org
Oggetto: Re: [Papervision3D] .dae from web
Also try to rename file to .txt maybe? Some people said servers didn't
like some file types.
-Peter
----- Original Message -----
From: Jacopo Dagnino
To: Papervision3D at osflash.org
Sent: Thursday, April 12, 2007 11:03 AM
Subject: [Papervision3D] .dae from web
Hi all,
I make some experiment in PV3D, and when I publish it in a web page I
can't see the .dae model in render, localy works perfect... Why???
-Jacopo "Beka Master" Dagnino
----------------------------------------------------------------------------
_______________________________________________
Papervision3D mailing list
Papervision3D at osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070412/
3f73130e/attachment-0001.htm
------------------------------
Message: 3
Date: Thu, 12 Apr 2007 12:16:50 -0400
From: "Peter Kapelyan" <flashgames at comcast.net>
Subject: Re: [Papervision3D] R: .dae from web
To: <Papervision3D at osflash.org>
Message-ID: <009501c77d1d$fa2375e0$abb15144 at millions>
Content-Type: text/plain; charset="iso-8859-1"
Hi you will get this problem unless you connect the house to the earth as
one file otherwise that may happen (unless you close your eyes everytime it
happens:))
-Peter
----- Original Message -----
From: Jacopo Dagnino
To: Papervision3D at osflash.org
Sent: Thursday, April 12, 2007 12:12 PM
Subject: [Papervision3D] R: .dae from web
RIGHT!!!
Tnx peter!!!
Now 2 problem (but I'm so happy :) )
see this:
http://www.elventech.it/pv3d/test_campo.html?asd=asd
- if you place mouse on left of screen you can see the house disapper... I
think is the Z-buffer problem.. How I can fix it?
- the property rotationY seems not works
-Jacopo "Beka Master" Dagnino
-----Messaggio originale-----
Da: Papervision3D-bounces at osflash.org
[mailto:Papervision3D-bounces at osflash.org]Per conto di Peter Kapelyan
Inviato: gioved? 12 aprile 2007 17.55
A: Papervision3D at osflash.org
Oggetto: Re: [Papervision3D] .dae from web
Also try to rename file to .txt maybe? Some people said servers didn't
like some file types.
-Peter
----- Original Message -----
From: Jacopo Dagnino
To: Papervision3D at osflash.org
Sent: Thursday, April 12, 2007 11:03 AM
Subject: [Papervision3D] .dae from web
Hi all,
I make some experiment in PV3D, and when I publish it in a web page I
can't see the .dae model in render, localy works perfect... Why???
-Jacopo "Beka Master" Dagnino
--------------------------------------------------------------------------
_______________________________________________
Papervision3D mailing list
Papervision3D at osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
----------------------------------------------------------------------------
--
_______________________________________________
Papervision3D mailing list
Papervision3D at osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070412/
a725257e/attachment-0001.htm
------------------------------
Message: 4
Date: Thu, 12 Apr 2007 18:31:51 +0200
From: "Jacopo Dagnino" <bekamaster at elventech.com>
Subject: [Papervision3D] R: R: .dae from web
To: <Papervision3D at osflash.org>
Message-ID: <003401c77d20$13c0dae0$0201a8c0 at teraelven>
Content-Type: text/plain; charset="iso-8859-1"
rigth clear the cache and chek now
http://www.elventech.it/pv3d/test_campo.html
You can see the 2 problem
-z-buffer (slide left and rigth at the limit of screen with mouse)
-rotationY not applyed (the 3 models are differt rotationY value)
-Jacopo Dagnino
-----Messaggio originale-----
Da: Papervision3D-bounces at osflash.org
[mailto:Papervision3D-bounces at osflash.org]Per conto di Peter Kapelyan
Inviato: gioved? 12 aprile 2007 18.12
A: Papervision3D at osflash.org
Oggetto: Re: [Papervision3D] R: .dae from web
you forget the L after htm.......
-Peter
----- Original Message -----
From: Ralph Hauwert
To: Papervision3D at osflash.org
Sent: Thursday, April 12, 2007 12:07 PM
Subject: Re: [Papervision3D] R: .dae from web
Well, that url is only returning 404...
On 4/12/07, Jacopo Dagnino <bekamaster at elventech.com> wrote:
tnx for the fast reply, but still not working, here is my code:
var casa3:Collada = new Collada( material_casa2, "casa.dae",
proportion);
casa3.x = 0;
casa3.y = 0;
casa3.z = 0;
casa3.rotationY=180;
scene.push( casa3 );
in the same folder of the page there are casa.dae
http://www.elventech.it/pv3d/test_campo.htm
2? problem - When I run it locally, I see the model .dae but the pv3d
not apply the rotationY property
-Jacopo "Beka Master" Dagnino
-----Messaggio originale-----
Da: Papervision3D-bounces at osflash.org
[mailto:Papervision3D-bounces at osflash.org]Per conto di Ralph Hauwert
Inviato: gioved? 12 aprile 2007 17.07
A: Papervision3D at osflash.org
Oggetto: Re: [Papervision3D] .dae from web
Look for upper and lowercase in your filename. Make sure your
filepaths are correct.
On 4/12/07, Jacopo Dagnino < bekamaster at elventech.com> wrote:
Hi all,
I make some experiment in PV3D, and when I publish it in a web
page I can't see the .dae model in render, localy works perfect... Why???
-Jacopo "Beka Master" Dagnino
_______________________________________________
Papervision3D mailing list
Papervision3D at osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
--
Ralph Hauwert
_______________________________________________
Papervision3D mailing list
Papervision3D at osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
--
Ralph Hauwert
----------------------------------------------------------------------------
_______________________________________________
Papervision3D mailing list
Papervision3D at osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070412/
c755e87d/attachment.htm
------------------------------
_______________________________________________
Papervision3D mailing list
Papervision3D at osflash.org
http://osflash.org/mailman/listinfo/papervision3d_osflash.org
End of Papervision3D Digest, Vol 7, Issue 113
*********************************************
More information about the Papervision3D
mailing list