Rule for house

3451
4
10-27-2014 07:16 AM
IonutAlixandroae
Occasional Contributor

Hello,

Can anyone help me with, let`s say, a standard rule for a house where I have windows, doors, cheminees and windows in roofs as obj`s. ?

And the building to be adjustable with floors ( so I can choose to have 1 or 2 or 3 floors etc)

Thanks !!

Ionut

Tags (3)
0 Kudos
4 Replies
by Anonymous User
Not applicable

Here's a rule I did a while back. It does have code for chimney, windows, doors (a dutch door). I don't remember if it goes higher than one story, and it doesn't have windows on roof.  BUT, it does have a fire in the fireplace that can be turned on and off!  Remember to change path to assets so textures will show up.

Chris

Cabin.JPG

IonutAlixandroae
Occasional Contributor

Thank you very much Chris!

Also: is it possible that in this rule the implement 2 levels of detail:

1 for a simple model - a block with textured sidefacades and a type of roof and 2 for the same block but with windows, doors etc. and to be able to switch between them?

Thanks !

0 Kudos
by Anonymous User
Not applicable

First make an attribute that switches between the two levels of details. Then use a case structure to break into two branches - one that is the high LOD in this rule, and then a low LOD version you describe above. Put the case in the part(s) of your rule where the level of detail changes would happen. What I mean is that if both LOD's use the extrusion and roof modeling code, then put the case right after the code that both use, and then branch it where the LOD deviates.

Chris

IonutAlixandroae
Occasional Contributor

I will try this, I will let you know about the result ( If I can write and modify the code)

Thank you !!

0 Kudos