Hi,
does anyone know how to add custom polyline buildings to the extrusion.xml to use them with different textures without overwriting the default ones? My attempt was to simply copy a polyline entry in that xml but it refers to two different GUIDS for MaterialSetReference and ExtrusionReference.
<PolylineBuildingProfile id="{f707c26e-32ed-4f15-85a2-81c5bc9f8b32}">
<FriendlyName>3 Story Flat Roof Mixed</FriendlyName>
<MaterialSetReference>{505D06AC-702C-4471-A3B9-D0B195994B43}</MaterialSetReference>
<ExtrusionReference>{FC900B40-273D-4F19-B552-14C0811AB9F0}</ExtrusionReference>
The SDK is not quite clear and looking into materials.xml shows this entry for the GUID above for MaterialSetReference:
</ReferenceEntry>
</RegionDescription>
</Regionalization>
<Regionalization id="{505d06ac-702c-4471-a3b9-d0b195994b43}">
<FriendlyName>Polyline Flat Mat Set Rgn</FriendlyName>
<RegionDescription>
<RegionId>-1</RegionId>
<ReferenceEntry>
<TargetGuid>{9E5C1410-09A6-46D2-A112-060009E799E0}</TargetGuid>
Which does not realy makes it easier.
So, maybe someone knows which files have to be altered to make a copy of a Polyline Building Profile, combine it wit a new MaterialSetReference GUID and which file to create or change to bring this MaterialSetReference alive?
Thorsten
does anyone know how to add custom polyline buildings to the extrusion.xml to use them with different textures without overwriting the default ones? My attempt was to simply copy a polyline entry in that xml but it refers to two different GUIDS for MaterialSetReference and ExtrusionReference.
<PolylineBuildingProfile id="{f707c26e-32ed-4f15-85a2-81c5bc9f8b32}">
<FriendlyName>3 Story Flat Roof Mixed</FriendlyName>
<MaterialSetReference>{505D06AC-702C-4471-A3B9-D0B195994B43}</MaterialSetReference>
<ExtrusionReference>{FC900B40-273D-4F19-B552-14C0811AB9F0}</ExtrusionReference>
The SDK is not quite clear and looking into materials.xml shows this entry for the GUID above for MaterialSetReference:
</ReferenceEntry>
</RegionDescription>
</Regionalization>
<Regionalization id="{505d06ac-702c-4471-a3b9-d0b195994b43}">
<FriendlyName>Polyline Flat Mat Set Rgn</FriendlyName>
<RegionDescription>
<RegionId>-1</RegionId>
<ReferenceEntry>
<TargetGuid>{9E5C1410-09A6-46D2-A112-060009E799E0}</TargetGuid>
Which does not realy makes it easier.
So, maybe someone knows which files have to be altered to make a copy of a Polyline Building Profile, combine it wit a new MaterialSetReference GUID and which file to create or change to bring this MaterialSetReference alive?
Thorsten

