placing pillar decorations manually
Posted: Thu Oct 18, 2012 2:20 am
I've got the wall decorations like this:
And both of these seem to work just as I want them too. But then I started trying to do the pillar decorations:
And this gives me a hook that I can put on walls, but hangs in the air when I try to put it on a pillar.
SpoilerShow
Code: Select all
defineObject{
name = "metal_hooks_wall",
class = "Decoration",
model = "assets/models/env/metal_hooks_wall.fbx",
placement = "wall",
editorIcon = 92,
}
defineObject{
name = "metal_hooks_chain_wall",
class = "Decoration",
model = "assets/models/env/metal_hooks_chain_wall.fbx",
placement = "wall",
editorIcon = 92,
}
Code: Select all
defineObject{
name = "metal_hook_pillar",
class = "Decoration",
model = "assets/models/env/metal_hook_pillar.fbx",
placement = "wall",
editorIcon = 92,
}