With your permission, I would like to use this topic in which will ask all questions concerning LED.
Earlier similar themes were created, but far have left back.
As a whole I am am tormented very important at present by questions on it:
1) Look a screenshot.

On walls I see reflexions of structures of the sky. When I fly up close to a wall - on walls there is that structure which I have imposed in LED.
On a map structures on walls are imposed everywhere. On the future lock of a structure I work stably and are not deformed by the sky. But on walls round a tower - it is displayed.
In what the error is hidden?[B)]
Now I will try to explain more in detail following questions and the possible answer-question to the second. Following questions From here follow->
2) It is necessary to put structures in LED if you do two blocks.
Code: Select all
The first: Floor - 0, Celling - 20.
The second: Floor - 20, Celling - 50.
3) I Will try to explain.... The Example: I have a path with which I wish to fence on each side with two eminences. The path is a rectangular block. Two eminences on each side - two rectangular blocks (so easier to explain).
We will distribute these blocks so.
The right block (the right eminence) - the Central block (road) - the Left block (the left eminence).
#################################################################
#I set Floor and Celling to the central:
#################################################################
Code: Select all
Floor = 0
Celling = *
Left:
Floor = -20
Celling = *
Right:
Floor = 10
Celling = *
The General ceiling start up on all three blocks áäóåò in height in 150. The structure will be - NULL.
Now actually question.
#To the central block I do yes the block.
#################################################################
Code: Select all
The first:
Floor = 0
Celling = 10
The Second:
Floor = 10
Celling = 150
#To the Right block I give the block:
#################################################################
Code: Select all
Floor = 10
Celling = 150
### It is necessary to give to the right block the bottom block?
The block such:
Floor = 0
Celling = 10
#To the Left block I give the block:
#################################################################
Code: Select all
Floor = -20
Celling = 150
### Or it is necessary to give not such block, and two blocks.
The first:
Floor = -20
Celling = 0
The Second:
Floor = 0
Celling = 150