ParallelGraphics Forums
Cortona VRML Client
You are here: [Forums]::[Browsers]::[Cortona VRML Client]

Registration 
Registration
Forgot your password?

Help 
Help
Support

Quick search 

Subscribe to newsletters 

Install Cortona VRML Client for FREE!
Outline 3D
Try RobinZone!
email:  password:
   Browsers - Cortona VRML Client

Subject: Re: Large ElevationGrid node locks up Cortona VRML
Sender: steve@geostudio3d.co.uk 31.01.07 04:16

Your problem is that you are trying to render 1557 x 1384 x 2 polygons and no VR browser or game engine can handle that.

ElevationGrids may have smaller file size but they are a hopelessly inefficient way to render a DTM.

You need to use something like the ParallelGraphics Internet Model Optimizer and thin the surface down by 90%. You will see almost no loss of detail. The optimizer converts the DTM to a TIN stored as an indexedFaceSet.

Hello,
I have a VRML file of approx. 5Mb. It contains only one shape node, a geometry ElevationGrid of 1557x1384 points. I allready resetted these points to integer values, first they where floating point. The values range from -4 to +8 (meters in the field) the points are 1 meter apart.

When I try to load my VRML file in Internet Explorer or Firefox, I see the process memory (on taskmanager) go up to 500Mb! Nothing happens, the Cortona Client stays in loading state and IE or Firefox hang completely and do not even respond to end task commands.

Question: Is there a way to handle this large elevationGrid in a smart way?

Shape {
    appearance Appearance {
    material Material { }
    }
    geometry ElevationGrid {
    xDimension 1557
    zDimension 1384
    xSpacing 1.0
    zSpacing 1.0
    solid FALSE
    creaseAngle 0.785
    height [


 


Large ElevationGrid node locks up Cortona VRML / milovanderlinden@gmail.com / 30.01.07 06:39
     Re: Large ElevationGrid node locks up Cortona VRML / steve@geostudio3d.co.uk / 31.01.07 04:16
         Re: Large ElevationGrid node locks up Cortona VRML / Milo Milo van der Linden / 31.01.07 09:49

Messages in thread: 3


© 1998-2007 ParallelGraphics. All rights reserved. Terms of use.