MASON-INTEREST-L Archives

September 2006

MASON-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Proportional Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Date:
Mon, 25 Sep 2006 07:43:44 -1000
Reply-To:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Content-Transfer-Encoding:
7bit
Subject:
From:
Ryan Kadomoto <[log in to unmask]>
Content-Type:
text/plain; charset="us-ascii"
In-Reply-To:
MIME-Version:
1.0
Comments:
To: MASON Multiagent Simulation Toolkit <[log in to unmask]>
Parts/Attachments:
text/plain (48 lines)
Sean,
The correct loading of the image did not fix the problem with the
ImagePortrayal3D.  I still cannot see it.
I am using new ImagePortrayal3D(image, false, true);
After that, I'm calling setObjectLocation(imagePortrayal3D, new
Double3D(0.0, 0.0, 0.5)); on a Continuous3D object that is in a
ContinuousPortrayal3D, which in in a Display3D.

I'll look at the TranformedPortrayal3D next.

Let me know if you think of anything else to try.

Ryan

-----Original Message-----
From: MASON Multiagent Simulation Toolkit
[mailto:[log in to unmask]] On Behalf Of Sean Luke
Sent: Friday, September 22, 2006 5:27 PM
To: [log in to unmask]
Subject: Re: MASON-INTEREST-L Digest - 17 Sep 2006 to 21 Sep 2006 (#2006-56)

On Sep 22, 2006, at 9:22 PM, Ryan Kadomoto wrote:

> But this doesn't really help me completely.  Ideally, I want the  
> image to be
> on a single rectangular plane that I can rotate.

Previously you had indicated that when you created an  
ImagePortrayal3D at (0,0,0), you couldn't see it.  I presume that  
issue is fixed by loading the image right?

If what you need is for the image to be *rotateable*, you need to  
state that the ImagePortrayal3D not be "oriented" -- that is, always  
facing the user.  Instead of saying
	new ImagePortrayal3D(image),
try saying
	new ImagePortrayal3D(image, false, opaque)

...where opaque is true (strongly recommended for speed) if your  
image doesn't need semitransparency, else false.  The second argument  
is the oriented-portrayal argument.  We're setting it false.

 From there you may need to change the orientation of the portrayal  
-- you'd do that like any other one, by wrapping it in a  
TransformedPortrayal3D.

Sean

ATOM RSS1 RSS2