|
Part 2. VRML Export |
||||
1. Open Atlantis.proj from the WCSProjects\SX2 folder on your hard drive. Save the project as AtlantisVRML. ![]() 2. Go to the Render Task Mode in the Scene-at-a-Glance and add a Scene Exporter Component. ![]() 3. Name it VRML and change the Output Format to VRML. Replace Exports\AtlantisVRML at the end of the Output File target with VRML\AtlantisVRML. This will create a VRML folder in the SX2 project folder to hold the VRML files. Temporary files will be saved in an Exports folder. ![]() 4. VNS Only. Go to the Terrain page. Choose Geographic - WGS 84 from the Coordinate System dropdown list. ![]() 5. We're creating a VRML file for real-time use so we'll limit the size of exported terrain to speed VRML viewer response. Set Bounds in a View. VNS will remind you that the next two points clicked in any view will become the new bounds. ![]() ![]() 6. Left-click corners in the Overhead view near the following screen capture locations. ![]() ![]() 7. The Editor will update with new Top, Left, Right, and Bottom bounds. The Terrain Resolution Columns and Rows values default to 126 x 126, which is the maximum for a 'square' tile. The VRML format limits the number of elevation values to 16,000 per tile. You can have more than 126 Columns or Rows but the other value will be reduced to meet total value limitations. ![]() 8. To export terrain at a higher resolution, increase the number of tiles. Change the Tiles in X and Tiles in Y values to 2. ![]() 9. Go to the LOD page. Each Detail Level past 1 adds an additional copy of each DEM tile at half the resolution of the parent. For the output size of 126x126 per tile, a value of 3 creates 63x63 and 32x32 copies. With the default setting of 5000 meters for transitions, you'll see the 126x126 tile if you're within 5000 m of the tile center of mass and the 32x32 tile if you're more than 15 Km away. We'll stick with the defaults. ![]() 10. Turn to the Texture page. This controls the texture draped on the terrain. The Image Format field also applies to the sky texture. Increase the Columns and Rows to 256. These are the maximum values VRML viewers are required to handle but many can handle more. Scene Express allows up to 2048x2048. Consider your application and delivery method in choosing texture map size as higher resolution textures will result in larger texture files. ![]() 11. The PNG image format has an alpha channel for transparency control but can cause problems in some VRML viewers. To play it safe, choose JPEG as the Image Format. ![]() 12. Go to the Foliage page. VRML accepts flipboard and crossboard foliage. Flipboards are 2-dimensional image objects and crossboards are 3-dimensional objects formed by two flipboards crossed at right angles. Crossboards will significantly slow real-time viewer interaction. Stay with the Flipboards option. ![]() 13. The Sky page defaults are good for snappy real-time interaction, so let's leave them alone. ![]() 14. Go to the Misc page, 3D Objects section, and increase Max Texture Size to 1024. Keep in mind that a larger texture size will increase texture detail but will also increase file size. ![]() 15. Go to the Misc2 page Cameras section and select the Theater, Overhead, and Island Camera. Select the Afternoon Light and deselect Export Haze. ![]() 16. Return to the Gen'l page and Export Scene Now. ![]() 17. This will open the Export Control window. Go to start exporting. ![]() 18. Confirm the creation of new directories in the SX2 project folder. You won't get the WCSProjects:SX2\Exports window if you've done any of the other SX2 tutorials. ![]() ![]() 19. Export Control will let you know when export is complete. ![]() 20. If you don't have a VRML viewer installed yet, install one; there are many to choose from. Output from this tutorial was viewed with Parallel Graphics' Cortona using its DirectX renderer. 21. Go to your WCSProjects\SX2\VRML folder and launch AtlantisVRML.wrl. ![]() 22. Here's what the Theater viewpoint looks like in Cortona. 23. Exported files from this tutorial are in the WCSProjects\SX2\Tutorial Output folder. The completed project file is in the WCSProjects\SX2\Tutorial Projects folder.
|
||||