About Store Forum Documentation Contact



Post Reply 
Add/Remove Grass at Runtime
Author Message
fatcoder Offline
Member

Post: #1
Add/Remove Grass at Runtime
I know I can add/remove grass in the World Editor, however I'm wondering if it is possible to do it at runtime (in game)?

For example, if a building is created on the terrain in the game, then I want to remove all the grass in the area under the building. If the building is later removed from the world, then I want to place grass again on the area where the building was.

Is this possible? To add/remove grass like regular objects, but still have the engine treat it as grass?
05-16-2010 06:39 AM
Find all posts by this user Quote this message in a reply
Esenthel Online
Administrator

Post: #2
RE: Add/Remove Grass at Runtime
you can try use them as regular objects (OBJ_DEFAULT), but it won't be as fast as grass placed in WE as OBJ_GRASS
05-16-2010 10:50 AM
Find all posts by this user Quote this message in a reply
Post Reply