How can i download Facade (Texture) of building and apply it to my building in CityEngine. Any Tips please. Thanks alot.
Esri.lib, the library that comes with CityEngine, has rules that can put textures on buildings.
If you'd like to use your own texture image, then you can apply the texture to a model using setupProjection() to do the necessary setup that is needed to determine how to place the texture on the model, then use texture() to assign your texture image file, then use projectUV() to actually perform the projection that is needed to apply the texture to the model.
setupProjection(0, scope.xy, '1, '1) // this stretches the texture to fit the scope texture("mytexturefile.jpg") projectUV(0)<SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
setupProjection Operation
For an example, see the Texturing part in Tutorial 6:
Tutorial 6: Basic shape grammar—CityEngine Tutorials | ArcGIS Desktop
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.