<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 12 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
        {page:Section1;}
-->
</style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
</head>

<body lang=EN-US link=blue vlink=purple style='word-wrap: break-word;
-webkit-nbsp-mode: space;-webkit-line-break: after-white-space'>

<div class=Section1>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>Aside from setting target = null, what else would need to be
changed to achieve the same results? It seems that other parameters are
defaulted differently than the old FreeCamera3D&#8230;<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'>!k<o:p></o:p></span></p>

<p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";
color:#1F497D'><o:p>&nbsp;</o:p></span></p>

<div>

<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'>

<p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>
papervision3d-bounces@osflash.org [mailto:papervision3d-bounces@osflash.org] <b>On
Behalf Of </b>Ralph Hauwert<br>
<b>Sent:</b> Tuesday, September 02, 2008 9:33 AM<br>
<b>To:</b> papervision3d@osflash.org<br>
<b>Subject:</b> Re: [Papervision3D] How do you change the camera type in pv3d
2.0 beta ?<o:p></o:p></span></p>

</div>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<div>

<p class=MsoNormal>Here's a bunch of definitive answers on cameras :&nbsp;<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

<p class=MsoNormal>If you want to have a freecamera, make sure camera.target =
null;<o:p></o:p></p>

<div>

<p class=MsoNormal>If you want to use the old camera3d functionality, set the
target to a do3d.<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

<div>

<p class=MsoNormal>If you want to use the frustum functionality, set
camera.useCulling = true;<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal>To use an orthographic camera, set camera.ortho = true;<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal>To &quot;zoom&quot; when in ortho mode, use
camera.orthoScale<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

<div>

<p class=MsoNormal>Ralph.<o:p></o:p></p>

</div>

<div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

<div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

<div>

<div>

<p class=MsoNormal>On 2 sep 2008, at 17:01, George Profenza wrote:<o:p></o:p></p>

</div>

<p class=MsoNormal><br>
<br>
<o:p></o:p></p>

<div>

<p class=MsoNormal>Hi,<br>
<br>
Thanks Gordon!<br>
<br>
I've tried it, but doesn't seem to work.<br>
<br>
I would've used camera.type if there was.<br>
Doesn't show up in my hints.<br>
<br>
I've tried :<br>
<br>
camera.type = CameraType.FREE;<br>
<br>
but I get: Access of possibly undefined property type through a reference with
static type org.papervision3d.cameras:Camera3D.<br>
<br>
Which makes sense, because I don't see a type property in Camera 3D.<br>
<br>
In the output panel I get &quot;Papervision3D Public Beta 2.0 - Great White
(20.08.25)&quot;<br>
So I'm guessing this is the last build. I can use camera.ortho which wasn't in
the older version I had.<br>
<br>
I'm using the classes in the trunk/as3 folder, but I've opened up Camera3D.as
from the Great White folder as well and I see no<br>
type property. <br>
<br>
What is the latest build ?<br>
<br>
Cheers,<br>
George<br>
<br clear=all>
<br>
-- <br>
George Profenza,<br>
Student, Certified Flash Designer &amp; Developer<br>
-------------------------------------------------------------------<br>
m: 07957916404<br>
-------------------------------------------------------------------<br>
experiments: <a href="http://flash.quietroot.org/labs/">http://flash.quietroot.org/labs/</a><br>
blog: <a href="http://tomaterial.blogspot.com/">http://tomaterial.blogspot.com/</a><br>
works: <a href="http://flash.quietroot.org/">http://flash.quietroot.org/</a><o:p></o:p></p>

</div>

<p class=MsoNormal>_______________________________________________<br>
Papervision3D mailing list<br>
<a href="mailto:Papervision3D@osflash.org">Papervision3D@osflash.org</a><br>
http://osflash.org/mailman/listinfo/papervision3d_osflash.org<o:p></o:p></p>

</div>

<p class=MsoNormal><o:p>&nbsp;</o:p></p>

</div>

</div>

</body>

</html>