Hi all,

Is at all possible to place a text box for placing text on a clicked
location on a sphere? So allow the user select the location and enter some
data which will be visible on hover over? Any controls that would be able to
help us achieve that?

Thank you heaps

On Thu, Jan 28, 2010 at 4:15 PM, Kapil <kapil.kh...@gmail.com> wrote:

> Renderer.CORRECT_Z_ORDER has solved the issue.
> Many thanks for your help.
>
> On Jan 28, 3:57 pm, "Joshua Granick" <jos...@joshuagranick.com> wrote:
> > Away3D has a couple different rendering modes. The more advanced modes
> have better sorting, but run slower.
> >
> > import away3d.core.render.Renderer;
> >
> > view.renderer = Renderer.BASIC;
> > view.renderer = Renderer.CORRECT_Z_ORDER;
> > view.renderer = Renderer.INTERSECTING_OBJECTS;
> >
> > The default is basic, but if the objects are close together it can stack
> objects incorrectly
> >
>  > On Wed, 27 Jan 2010 19:49:33 -0800, Kapil <kapil.kh...@gmail.com>
> wrote:
> > > Sorry I am beginner with away3d and flash.
> > > Can you please explain what did you mean by different rendering modes?
> >
> > > Thanks.
> >
> > > On Jan 28, 2:42 pm, "Joshua Granick" <jos...@joshuagranick.com> wrote:
> > >> Have you tried different rendering modes?
> >
> > >> On Wed, 27 Jan 2010 19:36:04 -0800, Kapil <kapil.kh...@gmail.com>
> wrote:
> > >> > I am working on a panoramic sphere. I am drawing objects(small
> sphere)
> > >> > on the sphere where the mouse is clicked (using MouseEvent3D event).
> > >> > Now, some of the objects are showing on the sphere right away but
> some
> > >> > don't show immediately. When I pan the sphere some of the those not
> > >> > shown objects appear and some of the shown objects disappear. So,
> > >> > objects are not showing all the time.
> >
> > >> > Any idea?
>



-- 
Radiceski Darko
University of Wollongong
Australia
SIFE - UOW Chapter - Alumni
CASUAL ACADEMIC STAFF TEACHING - UOW SITACS
(School of Information Technology and Computer Science,University of
Wollongong)
Univeristy of Wollongong - Alumni

Reply via email to