dynamically displaying buildings

5116
15
11-05-2014 06:33 AM
AlexandruVasile
New Contributor II

Hi,

I am working on an entire city (lots of buildings, streets, DEM, parks etc.) with quite a bit of detail.

So obviously my computer starts failing when I apply the rules to more than a few 'Lots'.

Getting more RAM is not really a solution (considering the size of the city).

So I was wondering if there is a way of dynamically displaying the objects.

At the moment I have defined 2 LODs in my rule. It would be perfect if the LOD

would dynamically change depending on the zoom (how close to the building)

and also on the perspective (which buildings I see right now).

So I only give detail to what I see and when I am close to it.

Thanks.

0 Kudos
15 Replies
by Anonymous User
Not applicable

This is not a built in feature, so one possible solution is to use python. Pseudo-code:

1. Get location and direction of the current camera.

2. From that, determine which objects fall in viewshed.

3. Set an object attribute on each object falling in the viewshed, telling which LOD to use.

4. Regenerate all items in the viewshed.

Only issue is #2, since I can't say off top of my head how to find if object is in the view or not. So if we can't figure that out, then you can easily determine all objects that fall in a radius from the camera, but then you have items behind the camera that would be at an unnecessarily high LOD.

Is python an option for you?

Chris

0 Kudos
IonutAlixandroae
Occasional Contributor

Hi ,

What if RAM is a solution to this problem?...

I saw a presentation where Paris was generated in CityEngine and the movement was without lag. What specification do you think would be enough for rendering and generating an entire city without this kind of problems?

Thanks !

0 Kudos
by Anonymous User
Not applicable

We should start a new thread concerning performance. There are a lot of issues that affect it, thought. I'll start accumulating some knowledge about this.

0 Kudos
AlexandruVasile
New Contributor II

That sounds great, I have only started playing with CE for a few weeks but

I'm sure I will continue to run into issues that this thread will help with.

As a side note: is there a place where we can post .cga files and entire

projects? When I started I could not find such a place,

and it would have been very useful (it's much easier to modify something

than to start from scratch). And now I can post some of my work.

2014-11-05 17:36 GMT+02:00 Chris Wilkins <geonet@esri.com>:

GeoNet

<http://jiveon.jivesoftware.com/wf/click?upn=Dg1s4x8le7Lmxv8KWGaqo8h7SGfRSMkw-2FpvHGF9-2FW3rK-2Bvs1kL9-2FnG6jjf2NZhrLDz0M-2BrY-2By9IaziQEKVk3Hg-3D-3D_0v1izXFVJ-2BmIe51G2FoDc6-2F1uya0mH9hC-2B0fRdlyLgDKhsO7u2iLj4oaBWtf-2BLBiR44WoZYesR58Gnm4ywpY4Ic2DWk-2FauHcHJwsKpW72S-2BBN3o6YgATslNa-2F5HF6nYgDqqZhNzkwAkZBn54qZGK-2Fo0SYpVbMe1MkjV9HA-2FIyiRyaGhs9dnE-2BdC5DCfAqTFHuMTuquBLx9JrahBJUM-2FSByAlMjGEI17fE4q9FebvPlPJAm9oPnRjTjMYSZ-2BC2sZcPk4dkN3WdDJ2ZCUaUcvJhds4kTX-2FGNJOInOEnyVZp4-2BcjSrpIwF0SBtrnCLt9Spy> dynamically

displaying buildings

reply from Chris Wilkins

<http://jiveon.jivesoftware.com/wf/click?upn=Dg1s4x8le7Lmxv8KWGaqo7A4BXwO9PY1WvQ5cXCtK49fe2ljzSLeiFBFjIbQtL-2BIes9B8qlE9pl-2BYyB6LQLcR2YwgZltK7MqmM6Bn5Yyguo-3D_0v1izXFVJ-2BmIe51G2FoDc6-2F1uya0mH9hC-2B0fRdlyLgDKhsO7u2iLj4oaBWtf-2BLBiR44WoZYesR58Gnm4ywpY4Ic2DWk-2FauHcHJwsKpW72S-2BBN3o6YgATslNa-2F5HF6nYg3nVWmj1RKR9NI6fAuYwCdPNP2BisjLswd-2FdWcr92O6Iv2r1yvaBprSlIDiURsGJT9Klh8wJ9m-2FoyA-2FD7bvmzyRJxNmADOw-2FyFL-2BCLy-2FzeYHXm1xvXxFYxHg251MDOsIizJvyqassDkh-2Bp00VVMv4B54y0IB1nx3IsVGPt9jrM-2FZnnOEPayoOfZVL-2BF0ehVX0>

in CityEngine - View the full discussion

<http://jiveon.jivesoftware.com/wf/click?upn=Dg1s4x8le7Lmxv8KWGaqo0VQjeJBYpG9HGC8QZBT-2FExTRYLJbXcf-2FMmthBTqV9I52ol36uESin5Iai9NUpg6inplzzJPZbvZFBuAcGuflgI-3D_0v1izXFVJ-2BmIe51G2FoDc6-2F1uya0mH9hC-2B0fRdlyLgDKhsO7u2iLj4oaBWtf-2BLBiR44WoZYesR58Gnm4ywpY4Ic2DWk-2FauHcHJwsKpW72S-2BBN3o6YgATslNa-2F5HF6nYgUdHmyLK88C5Ty1ZePxrFhBruocMJncivzVD-2B5hPDfvE04Jq7V3L-2Fz3jZ75J4KQnR1ZlsOV5cjIU-2BX3IsDEQtpGQanSoOHNifZSXxsRroRViePi7mYHnTckulhmVfzPSXcxOjvRsQAfVlzS1TNpeIqPEX1b40LRUAcGnABk-2FaPrW-2F97ps6h7fGB2JJn1GE5K8>

0 Kudos
by Anonymous User
Not applicable

I believe as a user on Geonet you can write your own blog. I haven't learned it all yet.

0 Kudos
AlexandruVasile
New Contributor II

Yes, python is an option for me. I have not worked too much with it and certainly not in CE, but I can learn:)

Could you please point me to some resources. I have no idea where to start:

like where to get the location and direction of the current camera, where can I look, etc.

Thanks for the help.

Alex

0 Kudos
by Anonymous User
Not applicable

I'll find a script with some of the right stuff in it, but will be later in the day.

0 Kudos
AlexandruVasile
New Contributor II

Thanks Chris,

I really appreciate it

0 Kudos
DavidWasserman
Occasional Contributor III

Hi Alex,


I work with Chris.
In terms of CE python specific resources here is a good link.

http://cehelp.esri.com/help/index.jsp?topic=/com.procedural.cityengine.help/html/manual/python/toc.h...

While this is in the table of contents, functions related to camera angles/location/and other attributes are found here:
http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/manual/python/jscripting/jscri...

The python section on attributes is here:
http://cehelp.esri.com/help/topic/com.procedural.cityengine.help/html/manual/python/jscripting/jscri...

From the look of it you will want setAttribute or some of other python attribute setting.

I hope some of this is helpful.

David

David Wasserman, AICP
0 Kudos