<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><blockquote type="cite" class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div class=""><div class="" style="margin: 0px; font-size: 9px; line-height: normal; font-family: Menlo; color: rgb(79, 129, 135);"><span class="" style="font-variant-ligatures: no-common-ligatures;"><span class="Apple-tab-span" style="white-space: pre;">        </span></span><span class="" style="font-variant-ligatures: no-common-ligatures; color: rgb(187, 44, 162);">private</span><span class="" style="font-variant-ligatures: no-common-ligatures;"> </span><span class="" style="font-variant-ligatures: no-common-ligatures; color: rgb(187, 44, 162);">lazy</span><span class="" style="font-variant-ligatures: no-common-ligatures;"> </span><span class="" style="font-variant-ligatures: no-common-ligatures; color: rgb(187, 44, 162);">var</span><span class="" style="font-variant-ligatures: no-common-ligatures;"> floorGeometryAndMaterialBacking: </span><span class="" style="font-variant-ligatures: no-common-ligatures;">FloorPlatonicGeometryAndMaterial</span><span class="" style="font-variant-ligatures: no-common-ligatures;">? = </span></div><div class="" style="margin: 0px; font-size: 9px; line-height: normal; font-family: Menlo; color: rgb(79, 129, 135);"><span class="" style="font-variant-ligatures: no-common-ligatures; color: rgb(187, 44, 162);"><span class="Apple-tab-span" style="white-space: pre;">                                </span>try</span><span class="" style="font-variant-ligatures: no-common-ligatures;">! </span><span class="" style="font-variant-ligatures: no-common-ligatures;">FloorPlatonicGeometryAndMaterial</span><span class="" style="font-variant-ligatures: no-common-ligatures;">(modelDirectory: </span><span class="" style="font-variant-ligatures: no-common-ligatures; color: rgb(187, 44, 162);">self</span><span class="" style="font-variant-ligatures: no-common-ligatures;">.</span><span class="" style="font-variant-ligatures: no-common-ligatures;">modelDirectoryURL</span><span class="" style="font-variant-ligatures: no-common-ligatures;">)</span></div></div></div></blockquote><div class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div class=""><div class="" style="margin: 0px; font-size: 9px; line-height: normal; font-family: Menlo; color: rgb(79, 129, 135);"><span class="" style="font-variant-ligatures: no-common-ligatures;"><br class=""></span></div><div class="" style="margin: 0px; line-height: normal;"><font face="HelveticaNeue" class="">Oddly, the “self.” made all the difference in getting it to compile. I’m not clear why in this case, I guess there’s some part of the language I didn’t learn right. Thanks.</font></div><div class="" style="margin: 0px; line-height: normal;"><font face="HelveticaNeue" class=""><br class=""></font></div><div class="" style="margin: 0px; line-height: normal;"><font face="HelveticaNeue" class="">-W</font></div></div></div></div></body></html>