Announcement

Collapse
No announcement yet.

Vertical Image

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Vertical Image

    Hi WW Devs and Users,

    We work on Java SDK platform.
    Our aim is to display a vertical image. We imagine to plot/map Image on vertical plane (Vertical curtain for example).
    Is anybody have ever done this ? Can you indicate us the way to do this ?

    Thanks by advance.

    Greetings.

  • #2
    Can you describe with more details what you want to achieve? Do you need your image to be perpendicular to the ground? Should it be a fixed size or should it grow when the eye is far away so as to keep the same apparent size like annotations do?, should it be always facing the eye - like a billboard? What happens when you look 'behind' the image?...
    My World Wind Java Blog & WW.net Plugins page

    Comment


    • #3
      Vertical Image

      Hi Patrick,

      Ours images have to be perpendicular to ground with a fixed size.

      The image can be seen on the two sides as an image mapped on a transparent surface.

      It is positionned with Lat/Lon/Height of the plane corners .

      Thanks again.

      Comment


      • #4
        What kind of application is that?
        My World Wind Java Blog & WW.net Plugins page

        Comment


        • #5
          Something like textured LineFeature? http://issues.worldwind.arc.nasa.gov...reTextured.jpg but this is for the .Net version... :(

          This could be quite useful in WWJ too - e.g. displaying vertical cloud profiles (from http://earthobservatory.nasa.gov/ima...lipso_data.jpg to http://disc.sci.gsfc.nasa.gov/google...loudsat_01.jpg)
          Hot stuff: FAQ, forum search, DirectX, .NET, Video Card Compatibility list

          Comment


          • #6
            Yes i can imagine many applications - just curious which one glu29 is interested in... in case there are other alternatives.

            I don't think we have anything like that in the SDK right now.
            My World Wind Java Blog & WW.net Plugins page

            Comment


            • #7
              Hi,

              Yes M_K has well understood our needs. We want to map submarines Plume data (and if possible, by dynamic viewing to scroll images). The examples he gave, are very interesting.

              The SimpleLineFeature from Nasa Dotnet is the concrete realisation in NASA WW environment. Do you know if the equivalent will be featured in next SDK releases ?
              Is there possibility for translate the object in DotNet towards the Java one ? And how is it possible to code this in Java ?

              I put an example of Data we want to plot vertically. Two problems persist :
              - transparency of Nan Values,
              - and the Most important : it is DotNet Version.

              VoilÃ* !!! That's all.
              If you need more information ...
              Thanks by advance. Best Greetings.
              Attached Files

              Comment


              • #8
                I don't know of any plan to add this particular feature to the SDK in the near future, but it would certainly be useful.

                Coding an OGL textured vertical plane like that is rather easy though.
                My World Wind Java Blog & WW.net Plugins page

                Comment


                • #9
                  Hello,

                  I retain the idea of creating objects OGL.
                  But I still see the possibility of doing vertical images.

                  I found your discussion on KML Viewer (http://forum.worldwindcentral.com/sh...ad.php?t=20599).


                  Do you think that his format may solve my need?

                  Thank you.

                  Comment


                  • #10
                    The code posted in this thread was not working properly to draw a 'curtain' and did not handle txturing either, but it could be adpated. You'd better write your own renderable to that effect.

                    There are a number of examples of gl primitive rendering with textures in the SDK that you may use.
                    My World Wind Java Blog & WW.net Plugins page

                    Comment


                    • #11
                      Here is some simple code for a vertical textured quad:
                      http://www.alpix.com/3d/worldwin/WWJ...dWall.java.txt

                      Merry Christmas
                      My World Wind Java Blog & WW.net Plugins page

                      Comment


                      • #12
                        Vertical Image - Success ...

                        Thanks, Pat.

                        Good World Wind Year ...

                        We are working on your contribution. It seems to be useful.
                        I'll give you information about success.
                        There is yet some "problems" ... but not for long time, I hope.


                        Best greetings.

                        Comment


                        • #13
                          Thanks Pat

                          We manage to plot Vertical Image over the seabed as we wanted.
                          Thanks to your class you send, we 've created an interactive animation between Vertical Images and NWW Java.

                          The images are indexed and not loaded in virtual memory so the animation is fluide.

                          Here an example of our work and your contribution.

                          Thanks yet.

                          Greetings.
                          Attached Files

                          Comment


                          • #14
                            Glad to hear you used the provided example code. It's not obvious what is seen on the screenshot though
                            My World Wind Java Blog & WW.net Plugins page

                            Comment

                            Working...
                            X