AS3 Papervision3D Website

( August 31st, 2008 )

I am creating a Papervision3D website. This is a work in progress. It’s still early stages.
It runs a lot better in Firefox 3 than IE 7. Please let me know if your browser crashes.
I have used the Tweener Class to smooth all the movement.

Have a look here: …/experiments/pv3dwebsite

As requested, here is the source

Also, here are the Papervision3D classes used to publish the file: Get Source
To point to the Classpath in Flash, go to Publish Settings / Settings / Classpath and add the path to the src folder i.e. …\src (”…” refers to the path on your system)


17 Comments for “AS3 Papervision3D Website”

  1. Can you post source for the AS3 Papervision3D Website please.

  2. Hi Kevin
    I will post the source today.
    When I first created this, my code was not very well structured and I think that there were some instantiation issues.
    After reading two ActionScript 3.0 books, I am a little wiser and want to correct the issues. I will post the source as is until corrected.
    Cheers,
    Rowan

  3. Thank You. You Rock!!!!

  4. I do not have these files:
    import org.papervision3d.utils.*;
    import org.papervision3d.utils.virtualmouse.VirtualMouse;
    import org.papervision3d.utils.virtualmouse.IVirtualMouseEvent;
    import org.papervision3d.utils.InteractiveSceneManager;

    can you had to source file or put file the papervision3D files you used. Please. It does not work for me.

  5. You have to download the Papervision3D Class Library from Google Code here: http://code.google.com/p/papervision3d/

    Please read the “Getting started” instructions.

    Once you have downloaded the library make sure that you have pointed to the Classpath …\branches\GreatWhite\src in Publish Settings / Settings / Classpath:

  6. Cool, email me and let me know when you have the up date posted. Thank you. You rock!!! When I am done with the what i am going to do with your project? I will give you a copy of what I do.

  7. Thanks Kevin. I will probably try and fix issues during this week.

  8. Hi There

    Thank you for your great source file.

    I installed the lastest PV3D I tested it with other mini PV3D project and it works, but when I try to play around with your files I got some errors, one of them are :

    1046: type was not found compile-time constant var scene :InteractiveScene3D;

    I have the point to the correct dir of pv3d, I’m guessing I’m using a different vision as you or I did something wrong

    D:\Documents and Settings\Kevin\Desktop\papervision3d\branches\cs4\src

    Are you using 2.0 greatwhite?

    Thank you so much

    Sacen

  9. Hi

    I try to use the 1.5 version. All the error was gone but when I compile, it return with a blank white page. Would you mind send me your pv3d src folder ?

    Thank you in advance

    Sacen

  10. Hi Sacen

    I just realised that I compiled using the class files supplied with the PV3D library examples.

    You must first download them, preferably using TortoiseSVN, and then add the following to your Class Path in Publish Settings:
    …\as3\trunk\examples\InteractiveMovieAssetMaterial\src (“…” refers to the path on your system)

    You will find instructions on how to use version control (TortoiseSVN) via the Papervision3D website.

    I hope this helps.

    Rowan

  11. Hi Rowan

    I downloaded the lastest version with TortoiseSVN

    InteractiveMovieMaterial is not an folder anymore.

    All it has is

    ..\papervision3d\as3\trunk\src

    and the dir tree looks like :

    ..\papervision3d\as3\trunk\src

    -nochump
    -org
    -ascollada
    -papervision3d
    – materials
    – MovieAssetMaterial.as
    -LICENSE>TXT

    Still getting white page. If possible, you zip and email to me would be really appreciated : ) The scr folder is 2.88mb : )

    Thanks

    Sacen

  12. !!RESPECT!!

    !!no words for your wonderful work … really, really no words!!

    ..unfortunately i can’t figure out how to point classes path..

    Thanks & Keep Rockin’

    liquid

  13. I have added the Papervision3D source used in my file with instructions. Check the post.

  14. Thank you so much : )

    It work. Liquid if you still haven’t got it working.

    In Publish Setting – Script Action Script 3.0 – Setting :

    Add the following to class path :

    your dir\as3_papervision3d_website\src\src
    your dir\as3_papervision3d_website\caurina
    your dir\as3_papervision3d_website\

    Sacen

  15. Great! I really like it. Needs a function to close screen#plane, “removeChild”) so you can return to main page.

  16. Hi. I apologise to all of you. I have not worked on this file in a while.

    I will try and create a version 2 soon which includes the ability to return to the home screen.

    Rowan

  17. Hi,

    I would like to declare the new MovieClip like that
    to have a dynamic version of this menu.
    And so to the addEventListener

    for (var:i Number = 1; i<n; i++){
    var btn:MovieClip = new MovieClip();
    btn.name = "button" + i;
    container.addChild(btn);
    }

    But it doesn't work :(
    Thank's for your help and for this good tuto

Post your comment here:

« | »