Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gwaldron/osgearth
Browse files Browse the repository at this point in the history
  • Loading branch information
gwaldron committed Jul 3, 2024
2 parents fbcd453 + 59e18e1 commit 0623cac
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/simple_model.earth
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@ needs to be absolutely positioned.

<Map name="Demo: simple model layer">

<Model name="Cow in the Hudson" paged="true" max_range="5000">
<Model name="Cow in the Hudson">
<url>cow.osg.(0,0,3.14).trans.100.scale</url>
<location lat="40.717" long="-74.018"/>
</Model>

<Model name="Paged Cow in the Hudson" paged="true" max_range="5000">
<url>cow.osg.(0,0,3.14).trans.100.scale</url>
<location lat="40.717" long="-74.04"/>
</Model>


<xi:include href="readymap_imagery.xml"/>
<xi:include href="readymap_elevation.xml"/>
Expand Down

0 comments on commit 0623cac

Please sign in to comment.