Empty area object

edited September 2013 in Help request
Hello! How I can make a emty area object with some size without texture? For example, area with size 1024x1024 where I can place child objects in coords of parrent. (0-1024;0-1024)

Comments

  • edited September 2013
    Hi,

    Why do you need your empty object to have a size? You can place any child object anywhere in parent space, no matter the size of the parent.
    For example:
    [Parent]
    ChildList = Child
    
    [Child]
    Position = (0, 0, 0) ~ (1024, 1024, 0)
    
    Will result in a Child object placed randomly within the parent's "area" you described.
    What exactly do you want to achieve? That would make it easier for us to give you good advice. :)
Sign In or Register to comment.