Flash Papervision3D tutorial: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
 
Line 52: Line 52:


== A simple example ==
== A simple example ==
== Links ==
; General
* [http://www.papervision3d.org/ PaperVision3D] (PV3D) is another popular library and you get to see some fish.
* [http://blog.papervision3d.org/ Papervision 3D blog]. Includes all the information (downloads, tutorials, links, etc.)
* [http://pv3world.com/blog/ PV3World]. Testing ground, tutorial and other resources.
* [http://code.google.com/p/papervision3d/downloads/list Papervision 3D downloads] (at google code). There is also a CS3 component for version 1.5 made in 2007, Current (nov 2008) version is 3.0.
* [http://docs.pv3d.org/ Papervision3D documentation] (Packages and classes)
; Tutorials
* [http://pv3d.org/ pv3d.org]
* [http://flashenabledblog.com/tutorials/papervision-3d-tutorials/ Papervision 3D Tutorials] and [http://flashenabledblog.com/2008/05/12/papervision3d-tutorials-in-flex-3/ Papervision3D Tutorials in Flex3]
* [http://papervision2.com/ Papervision 2]
* [http://www.brighthub.com/internet/web-development/tags/papervision.aspx Papervision tutorials] at Bright Hub.
[[Category: Multimedia]]
[[Category: Technologies]]
[[Category: Authoring tools]]
[[Category: Tutorials]]
[[Category: Flash]]

Revision as of 13:28, 25 November 2008

Draft

This article or section is currently under construction

In principle, someone is working on it and there should be a better version in a not so distant future.
If you want to modify this page, please discuss it with the person working on it (see the "history")

This is part of the Flash tutorials

Introduction

Learning goals
  • Create a simple 3D scence with Papervison3D
Flash and Papervision3D level
  • Flash 9 / CS3
  • Papervision 2.0
Prerequisites
  • Some ActionScript knowledge, e.g.
Moving on
Level and target population
  • Absolute beginners
Quality


Download and install

Download

In nov 2008, Papervision 3D can be downloaded from the SVN repository (read the Revision control system tutorial)

The subversion URL can change, e.g.

http://papervision3d.googlecode.com/svn/trunk/as3/trunk/ (nov 2008)
http://papervision3d.googlecode.com/svn/trunk/ (before)

So create a new directory somewhere. On windows you can use a GUI client like like, under linux go to the new directory and type:

subversion checkout http://papervision3d.googlecode.com/svn/trunk/as3/trunk/

You then should have a directory "trunk" with a sub-directory structure like this:

bin
build
docs
examples
src
.svn
CS3 setup
  • CS3 must be able to find the this library. Read Flash using ActionScript libraries tutorial if you want learn more about this.
  • Open the File->Publish Settings - Flash tab
  • Then click on the Settings ... button next to the ActionScript version.
  • Click on the "target" "Browse to Path" icon and select the "src" directory of the Papervison library

E.g. I keep the subversion tree on my linux machine and copy/rename the trunk directory to my laptop. So I entereded this:

c:\lib\pv3d\src

The only thing that matters is that Flash can find the contents of the "src" directory

A simple example

Links

General


Tutorials