A 3D object described in a COLLADA file (referenced in the tag). COLLADA files have a .dae file extension. Models are created in their own coordinate space and then located, positioned, and scaled in Google Earth. See the "Topics in KML" page on Regions for more detail.
Google Earth supports only triangles and lines as primitive types. The maximum number of triangles allowed is 21845. Google Earth does not support animation or skinning. Google Earth does not support external geometry references.
Google Earth supports the COLLADA common profile, with the following exceptions:
Syntax:<Model id="ID"> <!-- specific to Model --> <altitudeMode>clampToGround</altitudeMode> <!-- kml:altitudeModeEnum: clampToGround,relativeToGround,or absolute --> <!-- or, substitute gx:altitudeMode: clampToSeaFloor, relativeToSeaFloor --> <Location> <longitude></longitude> <!-- kml:angle180 --> <latitude></latitude> <!-- kml:angle90 --> <altitude>0</altitude> <!-- double --> </Location> <Orientation> <heading>0</heading> <!-- kml:angle360 --> <tilt>0</tilt> <!-- kml:angle360 --> <roll>0</roll> <!-- kml:angle360 --> </Orientation> <Scale> <x>1</x> <!-- double --> <y>1</y> <!-- double --> <z>1</z> <!-- double --> </Scale> <Link>...</Link> <ResourceMap> <Alias> <targetHref>...</targetHref> <!-- anyURI --> <sourceHref>...</sourceHref> <!-- anyURI --> </Alias> </ResourceMap> </Model>
Extends:
@see :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|