|
PlantStudio is an excellent program for the creation of .BMP files for use as ground cover in QuadTree.
The flowers seen here were exported from PlantStudio using models created by Nigel Pickering |
![]() |
||||||||||||||||||
![]() |
The image must be square and have dimensions that are a power of two, such as 64x64, 128x128, and 256x256. The image should have a solid background such as black, white, or one of the primary colors. The background is transparent, but its color does matter, as it it used to slightly shade the edges of the generated sprite. To avoid visual artifacts at the edges of the transparent rectangle that the image is mapped onto, the image should have a 1-pixel border of background color. To the left is an example of the image used to produce the field of blue wildflowers seen above. Images that seem to work well tend to be visually balanced but not perfectly symmetrical, and if 90-degree crossed to form each plant, are exactly centered within the image square. | ||||||||||||||||||
|
Example object, placed within a tile{} element in server.cfg:
object {
type plant
texture weed
height 1.0
x 0.0
z 6.0
count 4
radius 2.0
flags 65
seed 5
}
|
|