Hi City Engine Community,
I am new to cga coding and I am trying to do something simple.
I am looking to apply a texture to a lot and insert a tree or multiple trees on top of the texture.
Here is what I have now:
Lot -->
primitiveQuad(1920,1080)
comp(f) {top:SATimage}
SATimage-->
texture("images/Satellite Imagery/Test Test/sattest.png")
Generate-->
alignScopeToAxes(y)
s(0,0,0)
t(x,z,y)
i(Tree)
________________________________________________
For some reason the tree either doesn't insert or the texture doesn't work. I cant get both to work at the same time.
Is there anyone that could help me with this coding?