Slashdot Mirror


Using 3D Game Engines in Architecture?

Mentor asks: "Recently, a very promising young architect asked me to give her some ideas for a design presentation she has to do concerning a new building in Germany. Instead of making another dull non-interactive flyby-drivethrough 3dmax-movie, I suggested using the Halflife or Quake engine to precreate the whole building, and let visitors of the exhibition experience the building firsthand, being a player in it, and interacting with the building (without any actual weapons of course :)). I was wondering whether this has been done a lot already . Does anyone have any tips?" I would think that most 3D engines have evolved enough where something like this might actually be practical. Thoughts?

22 comments

  1. Slightly OT but... by Dr.+Bent · · Score: 1

    Using game technology for professional applications is a great idea, but not a new one. For example...

  2. been there done that by brer_rabbit · · Score: 5, Funny

    To try my hand at making maps, I built an Action Quake map of my condo/townhouse building. Only problem is whenever I enter the living room now I duck for cover behind the sofa.

  3. Lighting and detail issues by billcopc · · Score: 4, Informative

    Lighting models in Half Life or Quake aren't necessarily suited to real-life conditions. You can produce a much more convincing illusion of sunlight in 3dsmax than you could ever dream of faking in those older game engines. That's the key word : fake. Light is a complicated concept, and is what makes the difference between a 5-second quick render and a 15-minute quality render. To achieve decent lighting in real-time, game engines resort to some smart approximations like pre-calculated reflection maps and light-mapping as opposed to true ray tracing.

    You will also have trouble showing the great detail of your work with a game engine. With a pre-rendered demonstration, you can focus attention to whatever you like, and can take things out of their context to show them more closely (e.g. breaking apart a dining chair into its individual legs and screws).

    In short, it would certainly be a novel way to show your stuff, but not necessary an efficient one. You might want to try rendering multiple camera paths/angles and make it semi-interactive (think Myst), that could allow the client to see in-depth views of what interests them most. Just a thought.

    --
    -Billco, Fnarg.com
  4. try blender by BroadbandBradley · · Score: 4, Informative

    it allows you to export to many formats (and import if you already have a 3dmodel) and also has a game engine.
    http://blender.nl

  5. Classic by VA+Software · · Score: 5, Interesting

    The classic example of this is the Notre Dame cathedral project. It is done using the Unreal engine.

    --

    ---
    http://slashdot.org/moderation.shtml
  6. We tried that by Anonymous Coward · · Score: 0

    I suggested it at the Firm for which I work.

    The fat CAD kid couldn't figure out the Quake III Editing tools, and I'm not an architect. We were going to do a mock-up in Q3 and have a virtual walk through with a GeForce2Go laptop, or my ATI 128 laptop.

    Needless to say, he ended up making them shell out a few grand to buy Viz.....I'm sure it's more useful though.

  7. We did it with Q3 by Anthanos · · Score: 1

    Our school is in the design process right now on a new science and technology building. The architects used the Q3 engine to model a sample for us as well as providing RealVideo versions.
    Checkit out here

    I gotta admit - pretty cool to load a map of a building on campus during those late night LAN parties....

    --
    pGina, http://www.xpasystems.com - Making the big boys play nice.
    1. Re:We did it with Q3 by Maul · · Score: 2

      I'd love it if someone were to turn some of my school's buildings into Quake maps. It'd also be nice to have models for some of my profs...

      --

      "You spoony bard!" -Tellah

  8. How about "new" engines? by CTho9305 · · Score: 1

    I agree that they fake it. But how do newer engines (Unreal2, Max Payne?) do with these kinds of things?

    One note about faking: in Unreal Tournament, the editor raytraces the map, so you could most likely get pretty good lighting for static scenes like a building.

    1. Re:How about "new" engines? by billcopc · · Score: 1

      True, pre-tracing is one way to cheat, but what happens when you open a door ? Sunlight won't come through, because the raytraced light is static. If you're demonstrating a house and you're going for realism, you want that light to show, you might even want to be able to open/close window blinds to see if their is sufficient light to work and sufficient darkness to sleep. Wall colors will affect these parameters greatly as well. The sad truth is that without proper radiosity filtering, the end result just doesn't look real enough, and radiosity is too complex to be done in real time, even with today's faster processors it still takes a few seconds per frame, up to minutes depending on scene complexity.

      Perhaps the best would be a combination of both a real-time game-engine model of the building, and a pre-rendered scripted video focusing on those details you're trying to sell on.

      --
      -Billco, Fnarg.com
  9. it's possible by Anonymous Coward · · Score: 0

    and it has been done before, no doubt by many. the big drawback is the ability to provide detail. as long as the model is relatively crude it should work fine, albeit earlier comments about lighting are spot on. just don't plan on doing anything highly specific when it comes to door and window frame shapes, guardrails, reveals, etc...

  10. [...scenes] Scenery and rendering by Ninja_Gaiden_III_cut · · Score: 2, Interesting

    Like billcopc said and I'll summarize, a 3D game engine is designed to be fast and its render params produce good-quality results, but it isn't near high-quality, something I like to add into this thread there's related to the Quake III engine:

    - It's a proven project
    - It's a reference to programmers
    - It has wireframe technology with NURBS-like potencialities
    - It can be easily modeled according to developers' intentions
    - It analizes objects that won't be visible in the rendered scene and it doesn't spend time processing such objects

    Some drawbacks:

    - Most floating-point operations are done using single-precision format rather double-precision in order to save bandwidth and to increase performance - hey, QIII engine was designed for 3D games then graphics processing is done along other tasks (physics, sound, artificial intelligence, etc. processing)
    - 3D models must keep compatibility between QIII engine (developed for games) and the 3D modeler software (developed for CAD)

  11. Quake 1! by The+Evil+Beaver · · Score: 1

    Heh, a (long) while ago, I remember reading about doing the same thing, but with the Quake 1 engine. Of course, it was probably more of a novelty then than it is now, since most building planning software I know of has a 3D mode.

    Anyways, the idea of designing a house or other building as a Quake level is appealing... Especially since it wouldn't be hard to add some weapons here and there for play as an actual Quake level. Mwhahaha.

    --
    Chris 'coldacid' Charabaruk Meldstar Entertainment
  12. The computer science building in Cambridge by xiox · · Score: 1

    A bbc article about using Quake for the computer science building in Cambridge.

  13. Theres also a year old Slashdot article by rommi · · Score: 1

    Which you can find here.

  14. Unrealty - Unreal engine for architecture by Vito · · Score: 2, Interesting

    Geez, I'm almost miffed that I had to plug my own project myself.

    Yes, things like this have been done before, and even featured on Slashdot. That article is about NASA doing a virtual tour of the International Space Station using Unrealty, which is a stripped-down version of the same Unreal engine used in Unreal Tournament, targeted at architects and real estate developers. Even won an award for a research paper I did on the concept.

    While it never really caught on, perhaps the next go at, using the next-generation Unreal technologies, will. Structure Studios is one such competitor, using next-generation engines to produce even more realistic representations. And you can check out some of the work of a licensed Unrealty locale developer at 3dx3.

  15. Not new, but still interesting by Chelloveck · · Score: 2

    A number of years ago a buddy of mine at Fermilab created a walk-through of the control rooms as a map for Duke Nukem. I don't think he included weapons, but people loved going around smashing computer monitors with the "mighty foot".

    No, sorry, I don't know where you can get it...

    --
    Chelloveck
    I give up on debugging. From now on, SIGSEGV is a feature.
  16. I DOOMed my house... by mfarah · · Score: 2

    Some years ago, I used DOOM for a model of my house (although some alterations had to be done, since it's two-storey high). It worked fine, and provided for a nice game, but it looked like it was just a quick&dirty prototype. I keep trying to make time available to do it in Quake...

    It is very easy to use a Quake map-editor to create a map of a house of a building, but you'll hit the limits of these engines as soon as you try to polish the chromes, so to speak (lightning conditions, proper wall textures, bathrooms, etc.). As a prototype, it's great, but that's pretty much its scope.

    --
    "Trust me - I know what I'm doing."
    - Sledge Hammer
  17. Monty Python by heliocentric · · Score: 2

    This reminds me of the the Architects Sketch by John Cleese and Graham Chapman from "Monty Python's Flying Circus", 20 October 1970 (script) where these architects are showing off their design for a rather unusual building... it starts off:

    Mr. Wiggin: This is a 12-storey block combining classical neo-Georgian features with the efficiency of modern techniques. The tenants arrive here and are carried along the corridor on a conveyor belt in extreme comfort, past murals depicting Mediterranean scenes, towards the rotating knives. The last twenty feet of the corridor are heavily soundproofed. The blood pours down these chutes and the mangled flesh slurps into these....

    --
    Wheeeee
  18. CAD App. by jdevons · · Score: 1

    I actually write an Architectural CAD application that uses MesaGL as its 3D rendering engine.

    We have looked at using various game systems instead, but nothing so far has compared to the level of detail we get with MesaGL...

    Now for non-programmers, MesaGL might be a bit of a problem.

    --
    I do everything the voices in my head tell me to...