CumInCAD is a Cumulative Index about publications in Computer Aided Architectural Design
supported by the sibling associations ACADIA, CAADRIA, eCAADe, SIGraDi, ASCAAD and CAAD futures

PDF papers
References

Hits 1 to 20 of 476

_id 9a0d
authors Debevec, P.E., Taylor, C.J. and Malik, J.
year 1996
title Modeling and rendering architecture from photographs: a hybrid geometry- and image-based approach
source SIGGRAPH'96, New Orleans, Louisiana
summary We present a new approach for modeling and rendering existing architectural scenes from a sparse set of still photographs. Our modeling approach, which combines both geometry-based and imagebased techniques, has two components. The first component is a photogrammetricmodelingmethodwhich facilitates the recovery of the basic geometry of the photographed scene. Our photogrammetric modeling approach is effective, convenient, and robust because it exploits the constraints that are characteristic of architectural scenes. The second component is a model-based stereo algorithm, which recovers how the real scene deviates from the basic model. By making use of the model, our stereo technique robustly recovers accurate depth from widely-spaced image pairs. Consequently, our approach canmodel large architectural environmentswith far fewer photographs than current image-based modeling approaches. For producing renderings, we present view-dependent texture mapping, a method of compositing multiple views of a scene that better simulates geometric detail on basic models. Our approach can be used to recover models for use in either geometry-based or image-based rendering systems. We present results that demonstrate our approach's ability to create realistic renderings of architectural scenes from viewpoints far from the original photographs.
series other
last changed 2003/04/23 15:50

_id 2619
authors Otero, E.
year 1996
title EVALUATION OF THE OSLD HOUSING SYSTEM
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary In the production of low-income housing, one of the factors that most affects the low cost of each unit is its mass production. When it comes to building a proposed design it must have been sufficiently studied and evaluated. When designing low-income housing it is convenient to exhaust all the possibilities of simulation in order to produce a prototype that, once built, has reduced the risk of errors. Simulations allow to improve the prototype before proceeding to build it. The Real Scale Model (RSM) has proved to be a better simulation tool than computer generated models or 1:10 scale models. It allows to reproduce and evaluate perceptual experiences as well as being user friendly because most of the spatial variables can be represented. This research is another example of the use and effectiveness of the RSM in the field of design and architectural research.

A Real Scale Model of the basic unit was built by the students of the course Spatial Design Ability dictated by the LEE. The model was first evaluated empty and then a furnishing solution was proposed, built and evaluated. These evaluations were done by another group of students of the Faculty of Architecture and Planning using the Psychological Impressions Measuring Test (IMIP) developed by Luis La Scalea (1991). This test was designed to measure people’s psychological impressions produced by a space, and consists of a semantic differential structured by eleven pairs of opposing adjectives set on a scale of seven levels. The results of this first evaluation were analysed used to modify the prototype which was evaluated again in order to produce a final layout.

keywords Model Simulation, Real Environments
series other
type normal paper
more http://info.tuwien.ac.at/efa/
last changed 2004/05/04 14:41

_id ga0026
id ga0026
authors Ransen, Owen F.
year 2000
title Possible Futures in Computer Art Generation
source International Conference on Generative Art
summary Years of trying to create an "Image Idea Generator" program have convinced me that the perfect solution would be to have an artificial artistic person, a design slave. This paper describes how I came to that conclusion, realistic alternatives, and briefly, how it could possibly happen. 1. The history of Repligator and Gliftic 1.1 Repligator In 1996 I had the idea of creating an “image idea generator”. I wanted something which would create images out of nothing, but guided by the user. The biggest conceptual problem I had was “out of nothing”. What does that mean? So I put aside that problem and forced the user to give the program a starting image. This program eventually turned into Repligator, commercially described as an “easy to use graphical effects program”, but actually, to my mind, an Image Idea Generator. The first release came out in October 1997. In December 1998 I described Repligator V4 [1] and how I thought it could be developed away from simply being an effects program. In July 1999 Repligator V4 won the Shareware Industry Awards Foundation prize for "Best Graphics Program of 1999". Prize winners are never told why they won, but I am sure that it was because of two things: 1) Easy of use 2) Ease of experimentation "Ease of experimentation" means that Repligator does in fact come up with new graphics ideas. Once you have input your original image you can generate new versions of that image simply by pushing a single key. Repligator is currently at version 6, but, apart from adding many new effects and a few new features, is basically the same program as version 4. Following on from the ideas in [1] I started to develop Gliftic, which is closer to my original thoughts of an image idea generator which "starts from nothing". The Gliftic model of images was that they are composed of three components: 1. Layout or form, for example the outline of a mandala is a form. 2. Color scheme, for example colors selected from autumn leaves from an oak tree. 3. Interpretation, for example Van Gogh would paint a mandala with oak tree colors in a different way to Andy Warhol. There is a Van Gogh interpretation and an Andy Warhol interpretation. Further I wanted to be able to genetically breed images, for example crossing two layouts to produce a child layout. And the same with interpretations and color schemes. If I could achieve this then the program would be very powerful. 1.2 Getting to Gliftic Programming has an amazing way of crystalising ideas. If you want to put an idea into practice via a computer program you really have to understand the idea not only globally, but just as importantly, in detail. You have to make hard design decisions, there can be no vagueness, and so implementing what I had decribed above turned out to be a considerable challenge. I soon found out that the hardest thing to do would be the breeding of forms. What are the "genes" of a form? What are the genes of a circle, say, and how do they compare to the genes of the outline of the UK? I wanted the genotype representation (inside the computer program's data) to be directly linked to the phenotype representation (on the computer screen). This seemed to be the best way of making sure that bred-forms would bare some visual relationship to their parents. I also wanted symmetry to be preserved. For example if two symmetrical objects were bred then their children should be symmetrical. I decided to represent shapes as simply closed polygonal shapes, and the "genes" of these shapes were simply the list of points defining the polygon. Thus a circle would have to be represented by a regular polygon of, say, 100 sides. The outline of the UK could easily be represented as a list of points every 10 Kilometers along the coast line. Now for the important question: what do you get when you cross a circle with the outline of the UK? I tried various ways of combining the "genes" (i.e. coordinates) of the shapes, but none of them really ended up producing interesting shapes. And of the methods I used, many of them, applied over several "generations" simply resulted in amorphous blobs, with no distinct family characteristics. Or rather maybe I should say that no single method of breeding shapes gave decent results for all types of images. Figure 1 shows an example of breeding a mandala with 6 regular polygons: Figure 1 Mandala bred with array of regular polygons I did not try out all my ideas, and maybe in the future I will return to the problem, but it was clear to me that it is a non-trivial problem. And if the breeding of shapes is a non-trivial problem, then what about the breeding of interpretations? I abandoned the genetic (breeding) model of generating designs but retained the idea of the three components (form, color scheme, interpretation). 1.3 Gliftic today Gliftic Version 1.0 was released in May 2000. It allows the user to change a form, a color scheme and an interpretation. The user can experiment with combining different components together and can thus home in on an personally pleasing image. Just as in Repligator, pushing the F7 key make the program choose all the options. Unlike Repligator however the user can also easily experiment with the form (only) by pushing F4, the color scheme (only) by pushing F5 and the interpretation (only) by pushing F6. Figures 2, 3 and 4 show some example images created by Gliftic. Figure 2 Mandala interpreted with arabesques   Figure 3 Trellis interpreted with "graphic ivy"   Figure 4 Regular dots interpreted as "sparks" 1.4 Forms in Gliftic V1 Forms are simply collections of graphics primitives (points, lines, ellipses and polygons). The program generates these collections according to the user's instructions. Currently the forms are: Mandala, Regular Polygon, Random Dots, Random Sticks, Random Shapes, Grid Of Polygons, Trellis, Flying Leap, Sticks And Waves, Spoked Wheel, Biological Growth, Chequer Squares, Regular Dots, Single Line, Paisley, Random Circles, Chevrons. 1.5 Color Schemes in Gliftic V1 When combining a form with an interpretation (described later) the program needs to know what colors it can use. The range of colors is called a color scheme. Gliftic has three color scheme types: 1. Random colors: Colors for the various parts of the image are chosen purely at random. 2. Hue Saturation Value (HSV) colors: The user can choose the main hue (e.g. red or yellow), the saturation (purity) of the color scheme and the value (brightness/darkness) . The user also has to choose how much variation is allowed in the color scheme. A wide variation allows the various colors of the final image to depart a long way from the HSV settings. A smaller variation results in the final image using almost a single color. 3. Colors chosen from an image: The user can choose an image (for example a JPG file of a famous painting, or a digital photograph he took while on holiday in Greece) and Gliftic will select colors from that image. Only colors from the selected image will appear in the output image. 1.6 Interpretations in Gliftic V1 Interpretation in Gliftic is best decribed with a few examples. A pure geometric line could be interpreted as: 1) the branch of a tree 2) a long thin arabesque 3) a sequence of disks 4) a chain, 5) a row of diamonds. An pure geometric ellipse could be interpreted as 1) a lake, 2) a planet, 3) an eye. Gliftic V1 has the following interpretations: Standard, Circles, Flying Leap, Graphic Ivy, Diamond Bar, Sparkz, Ess Disk, Ribbons, George Haite, Arabesque, ZigZag. 1.7 Applications of Gliftic Currently Gliftic is mostly used for creating WEB graphics, often backgrounds as it has an option to enable "tiling" of the generated images. There is also a possibility that it will be used in the custom textile business sometime within the next year or two. The real application of Gliftic is that of generating new graphics ideas, and I suspect that, like Repligator, many users will only understand this later. 2. The future of Gliftic, 3 possibilties Completing Gliftic V1 gave me the experience to understand what problems and opportunities there will be in future development of the program. Here I divide my many ideas into three oversimplified possibilities, and the real result may be a mix of two or all three of them. 2.1 Continue the current development "linearly" Gliftic could grow simply by the addition of more forms and interpretations. In fact I am sure that initially it will grow like this. However this limits the possibilities to what is inside the program itself. These limits can be mitigated by allowing the user to add forms (as vector files). The user can already add color schemes (as images). The biggest problem with leaving the program in its current state is that there is no easy way to add interpretations. 2.2 Allow the artist to program Gliftic It would be interesting to add a language to Gliftic which allows the user to program his own form generators and interpreters. In this way Gliftic becomes a "platform" for the development of dynamic graphics styles by the artist. The advantage of not having to deal with the complexities of Windows programming could attract the more adventurous artists and designers. The choice of programming language of course needs to take into account the fact that the "programmer" is probably not be an expert computer scientist. I have seen how LISP (an not exactly easy artificial intelligence language) has become very popular among non programming users of AutoCAD. If, to complete a job which you do manually and repeatedly, you can write a LISP macro of only 5 lines, then you may be tempted to learn enough LISP to write those 5 lines. Imagine also the ability to publish (and/or sell) "style generators". An artist could develop a particular interpretation function, it creates images of a given character which others find appealing. The interpretation (which runs inside Gliftic as a routine) could be offered to interior designers (for example) to unify carpets, wallpaper, furniture coverings for single projects. As Adrian Ward [3] says on his WEB site: "Programming is no less an artform than painting is a technical process." Learning a computer language to create a single image is overkill and impractical. Learning a computer language to create your own artistic style which generates an infinite series of images in that style may well be attractive. 2.3 Add an artificial conciousness to Gliftic This is a wild science fiction idea which comes into my head regularly. Gliftic manages to surprise the users with the images it makes, but, currently, is limited by what gets programmed into it or by pure chance. How about adding a real artifical conciousness to the program? Creating an intelligent artificial designer? According to Igor Aleksander [1] conciousness is required for programs (computers) to really become usefully intelligent. Aleksander thinks that "the line has been drawn under the philosophical discussion of conciousness, and the way is open to sound scientific investigation". Without going into the details, and with great over-simplification, there are roughly two sorts of artificial intelligence: 1) Programmed intelligence, where, to all intents and purposes, the programmer is the "intelligence". The program may perform well (but often, in practice, doesn't) and any learning which is done is simply statistical and pre-programmed. There is no way that this type of program could become concious. 2) Neural network intelligence, where the programs are based roughly on a simple model of the brain, and the network learns how to do specific tasks. It is this sort of program which, according to Aleksander, could, in the future, become concious, and thus usefully intelligent. What could the advantages of an artificial artist be? 1) There would be no need for programming. Presumbably the human artist would dialog with the artificial artist, directing its development. 2) The artificial artist could be used as an apprentice, doing the "drudge" work of art, which needs intelligence, but is, anyway, monotonous for the human artist. 3) The human artist imagines "concepts", the artificial artist makes them concrete. 4) An concious artificial artist may come up with ideas of its own. Is this science fiction? Arthur C. Clarke's 1st Law: "If a famous scientist says that something can be done, then he is in all probability correct. If a famous scientist says that something cannot be done, then he is in all probability wrong". Arthur C Clarke's 2nd Law: "Only by trying to go beyond the current limits can you find out what the real limits are." One of Bertrand Russell's 10 commandments: "Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric" 3. References 1. "From Ramon Llull to Image Idea Generation". Ransen, Owen. Proceedings of the 1998 Milan First International Conference on Generative Art. 2. "How To Build A Mind" Aleksander, Igor. Wiedenfeld and Nicolson, 1999 3. "How I Drew One of My Pictures: or, The Authorship of Generative Art" by Adrian Ward and Geof Cox. Proceedings of the 1999 Milan 2nd International Conference on Generative Art.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id c19c
authors Beliveau, Y.J.
year 1996
title What can real-time positioning do for construction?
source Automation in Construction 5 (2) (1996) pp. 79-89
summary New technologies are now available that can rapidly measure three-dimensional coordinates of objects. The integration of these fast 3-D Real-time Position Measurement (D-RtPM) devices and CAD (3D-RtPM/CAD) technologies can be viewed as a better tool for surveyors or as a means to change the most fundamental concepts of the construction industry. 3D-RtPM/CAD is a better surveying tool; however, 3D-RtPM/CAD as the basis for fundamental change within the construction industry is the issue. There are several potential technologies that can provide real-time position measurement. This paper will limit presentation to two of these. The first is based on recent developments in Global Positioning Systems. The second is a new laser-based product, OdysseyTM (Odyssey is a trademark of Spatial Positioning Systems, Inc.). Odyssey received the NOVA award in March, 1995 because of its recognized performance enhancement to the construction industry. These positioning systems provide the capability for equipment and crafts people to view the project from a graphical representation in which they see their position interactively updated. Potential benefits to the construction industry are presented. The research needed achieving maximum benefits of these systems is also presented.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id a04a
authors Bhavnani, S.K. and John, B.E.
year 1996
title Exploring the Unrealized Potential of Computer-Aided Drafting
source Proceedings of CHI'96 (1996), 332-339
summary Despite huge investments by vendors and users, CAD productivity remains disappointing. Our analysis of real- world CAD usage shows that even after many years of experience, users tend to use suboptimal strategies to perform complex CAD tasks. Additionally, some of these strategies have a marked resemblance to manual drafting techniques. Although this phenomenon has been previously reported, this paper explores explanations for its causes and persistence. We argue that the strategic knowledge to use CAD effectively is neither defined nor explicitly taught. In the absence of a well-formed strategy, users often develop a synthetic mental model of CAD containing a mixture of manual and CAD methods. As these suboptimal strategies do not necessarily prevent users from producing clean, accurate drawings, the inefficiencies tend to remain unrecognized and users have little motivation to develop better strategies. To reverse this situation we recommend that the strategic knowledge to use CAD effectively should be made explicit and provided early in training. We use our analysis to begin the process of making this strategic knowledge explicit. We conclude by discussing the ramifications of this research in training as well as in the development of future computer aids for drawing and design.
keywords Task Decomposition; Learning
series other
email
last changed 2003/11/21 15:16

_id af53
authors Boyer, E. and Mitgang, L.
year 1996
title Building community: a new future for architecture education and practice
source Carnegie Foundation for the Advancement of Teaching
summary Internships, before and after graduation, are the most essential link connecting students to the world of practice. Yet, by all accounts, internship is perhaps the most troubled phase of the continuing education of architects. During this century, as architectural knowledge grew more complex, the apprenticeship system withered away and schools assumed much of the responsibility for preparing architects for practice. However, schools cannot do the whole job. It is widely acknowledged that certain kinds of technical and practical knowledge are best learned in the workplace itself, under the guidance of experienced professionals. All state accrediting boards require a minimum period of internship-usually about three years-before a person is eligible to take the licensing exam. The National Council of Architectural Registration Boards (NCARB) allows students to earn up to two years of work credit prior to acquisition of an accredited degree. The Intern Development Program (IDP), launched by NCARB and the American Institute of Architects in 1979, provides the framework for internship in some forty states. The program was designed to assure that interns receive adequate mentoring, that experiences are well-documented, and that employers and interns allocate enough time to a range of educational and vocational experiences to prepare students for eventual licensure. As the IDP Guidelines state, "The shift from school to office is not a transition from theory to pragmatism. It is a period when theory merges with pragmatism.... It's a time when you: apply your formal education to the daily realities of architectural practice; acquire comprehensive experience in basic practice areas; explore specialized areas of practice; develop professional judgment; continue your formal education in architecture; and refine your career goals." Whatever its accomplishments, however, we found broad consensus that the Intern Development Program has not, by itself, solved the problems of internship. Though we found mutually satisfying internship programs at several of the firms we visited or heard about around the country, at many others interns told us they were not receiving the continuing education and experience they needed. The truth is that architecture has serious, unsolved problems compared with other fields when it comes to supplying on-the-job learning experiences to induct students into the profession on a massive scale. Medicine has teaching hospitals. Beginning teachers work in actual classrooms, supported by school taxes. Law offices are, for the most part, in a better financial position to support young lawyers and pay them living wages. The architecture profession, by contrast, must support a required system of internship prior to licensure in an industry that has neither the financial resources of law or medicine, the stability and public support of teaching, nor a network of locations like hospitals or schools where education and practice can be seamlessly connected. And many employers acknowledged those problems. "The profession has all but undermined the traditional relationship between the profession and the academy," said Neil Frankel, FAIA, executive vice president of Perkins & Will, a multinational firm with offices in New York, Chicago, Washington, and London. "Historically, until the advent of the computer, the profession said, 'Okay, go to school, then we in the profession will teach you what the real world is like.' With the coming of the computer, the profession needed a skill that students had, and has left behind the other responsibilities." One intern told us she had been stuck for months doing relatively menial tasks such as toilet elevations. Another intern at a medium-sized firm told us he had been working sixty to seventy hours per week for a year and a half. "Then my wife had a baby and I 'slacked off' to fifty hours. The partner called me in and I got called on the carpet for not working hard enough." "The whole process of internship is being outmoded by economics," one frustrated intern told us. "There's not the time or the money. There's no conception of people being groomed for careers. The younger staff are chosen for their value as productive workers." "We just don't have the best structure here to use an intern's abilities to their best," said a Mississippi architect. "The people who come out of school are really problems. I lost patience with one intern who was demanding that I switch him to another section so that he could learn what he needed for his IDP. I told him, 'It's not my job to teach you. You are here to produce.'" What steps might help students gain more satisfying work opportunities, both during and after graduation?
series other
last changed 2003/04/23 15:14

_id avocaad_2001_02
id avocaad_2001_02
authors Cheng-Yuan Lin, Yu-Tung Liu
year 2001
title A digital Procedure of Building Construction: A practical project
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary In earlier times in which computers have not yet been developed well, there has been some researches regarding representation using conventional media (Gombrich, 1960; Arnheim, 1970). For ancient architects, the design process was described abstractly by text (Hewitt, 1985; Cable, 1983); the process evolved from unselfconscious to conscious ways (Alexander, 1964). Till the appearance of 2D drawings, these drawings could only express abstract visual thinking and visually conceptualized vocabulary (Goldschmidt, 1999). Then with the massive use of physical models in the Renaissance, the form and space of architecture was given better precision (Millon, 1994). Researches continued their attempts to identify the nature of different design tools (Eastman and Fereshe, 1994). Simon (1981) figured out that human increasingly relies on other specialists, computational agents, and materials referred to augment their cognitive abilities. This discourse was verified by recent research on conception of design and the expression using digital technologies (McCullough, 1996; Perez-Gomez and Pelletier, 1997). While other design tools did not change as much as representation (Panofsky, 1991; Koch, 1997), the involvement of computers in conventional architecture design arouses a new design thinking of digital architecture (Liu, 1996; Krawczyk, 1997; Murray, 1997; Wertheim, 1999). The notion of the link between ideas and media is emphasized throughout various fields, such as architectural education (Radford, 2000), Internet, and restoration of historical architecture (Potier et al., 2000). Information technology is also an important tool for civil engineering projects (Choi and Ibbs, 1989). Compared with conventional design media, computers avoid some errors in the process (Zaera, 1997). However, most of the application of computers to construction is restricted to simulations in building process (Halpin, 1990). It is worth studying how to employ computer technology meaningfully to bring significant changes to concept stage during the process of building construction (Madazo, 2000; Dave, 2000) and communication (Haymaker, 2000).In architectural design, concept design was achieved through drawings and models (Mitchell, 1997), while the working drawings and even shop drawings were brewed and communicated through drawings only. However, the most effective method of shaping building elements is to build models by computer (Madrazo, 1999). With the trend of 3D visualization (Johnson and Clayton, 1998) and the difference of designing between the physical environment and virtual environment (Maher et al. 2000), we intend to study the possibilities of using digital models, in addition to drawings, as a critical media in the conceptual stage of building construction process in the near future (just as the critical role that physical models played in early design process in the Renaissance). This research is combined with two practical building projects, following the progress of construction by using digital models and animations to simulate the structural layouts of the projects. We also tried to solve the complicated and even conflicting problems in the detail and piping design process through an easily accessible and precise interface. An attempt was made to delineate the hierarchy of the elements in a single structural and constructional system, and the corresponding relations among the systems. Since building construction is often complicated and even conflicting, precision needed to complete the projects can not be based merely on 2D drawings with some imagination. The purpose of this paper is to describe all the related elements according to precision and correctness, to discuss every possibility of different thinking in design of electric-mechanical engineering, to receive feedback from the construction projects in the real world, and to compare the digital models with conventional drawings.Through the application of this research, the subtle relations between the conventional drawings and digital models can be used in the area of building construction. Moreover, a theoretical model and standard process is proposed by using conventional drawings, digital models and physical buildings. By introducing the intervention of digital media in design process of working drawings and shop drawings, there is an opportune chance to use the digital media as a prominent design tool. This study extends the use of digital model and animation from design process to construction process. However, the entire construction process involves various details and exceptions, which are not discussed in this paper. These limitations should be explored in future studies.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id ddssar9603
id ddssar9603
authors Daru, R. and Snijder, H.P.S.
year 1996
title Morphogenetic Designing in Architecture resolving controversies in and between design, research and development
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary There is a dearth of software able to support the working styles of all types of designers and design scholars, spanning the whole spectrum of hermeneutical and empirical traditions. The development of morphogenetic designing in architecture opens new possibilities to bridge the gap between the different traditions. It can support the birth of forms evolving one from the other with the help of local and global rules in genetic algorithms and neural networks which translate the wishes of the designer. It can also support the communication about these forms and the testing of their adequacy. On the other hand the design process which is reflected in the sequence of form generating acts can be studied by design researchers better than by protocols alone.
series DDSS
last changed 2003/08/07 16:36

_id 6598
authors Goldman, Glenn
year 1996
title Reconstructions, Remakes and Sequels: Architecture and Motion Pictures
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 11-21
doi https://doi.org/10.52842/conf.acadia.1996.011
summary Motion pictures can illustrate worlds that have never been. They may show fantastic depictions of the future or an interpretation of the past. In either case, they have the power to reach millions of people across cultures, generations, and educational backgrounds with visions of our environment that do not exist in our everyday world.

The study of imaginary worlds in this design studio case study is limited to motion pictures that postulate unique, or new environments rather than those films that faithfully attempt to document or reconstruct reality. In this sense, the movies used for study have a lineage traceable to Georges Melies "who came to film from illusionism and the "heater," rather than to the reality of the Lumiere brothers who came from photography which ultimately would lead to "cinema-verite."

Discussions, assignments and presentations in the studio are organized to provide students with an opportunity to gain a different awareness of architecture and use varying stimuli as source material for design. The study of architectural history, art, formal principles of design, visual perception, and media are required in order to complete the reconstructions and creations of proposed environments.

All student work throughout the entire semester is created with electronic media and the computer is used as an integral component of the studio enabling analysis and study, design, model creation, and animation. The available capabilities of computer graphics in the studio enables students to explore analytic and synthetic issues of design in motion pictures in a manner not readily available when restricted to traditional media. Through the use of digital media we have an opportunity to better understand the imaginary worlds for what they communicate and the ideas they contain, and therefore create an opportunity to modify our own concept of architecture.

series ACADIA
email
last changed 2022/06/07 07:51

_id 3451
authors Harrison, Beverly L.
year 1996
title The Design and Evaluation of Transparent User Interfaces. From Theory to Practice
source University of Toronto, Toronto
summary The central research issue addressed by this dissertation is how we can design systems where information on user interface tools is overlaid on the work product being developed with these tools. The interface tools typically appear in the display foreground while the data or work space being manipulated typically appear in the perceptual background. This represents a trade-off in focused foreground attention versus focused background attention. By better supporting human attention we hope to improve the fluency of work, where fluency is reflected in a more seamless integration between task goals, user interface tool manipulations to achieve these goals, and feedback from the data or work space being manipulated. This research specifically focuses on the design and evaluation of transparent user interface 'layers' applied to graphical user interfaces. By allowing users to see through windows, menus, and tool palettes appearing in the perceptual foreground, an improved awareness of the underlying workspace and preservation of context are possible. However, transparent overlapping objects introduce visual interference which may degrade task performance, through reduced legibility. This dissertation explores a new interface technique (i.e., transparent layering) and, more importantly, undertakes a deeper investigation into the underlying issues that have implications for the design and use of this new technique. We have conducted a series of experiments, progressively more representative of the complex stimuli from real task domains. This enables us to systematically evaluate a variety of transparent user interfaces, while remaining confident of the applicability of the results to actual task contexts. We also describe prototypes and a case study evaluation of a working system using transparency based on our design parameters and experimental findings. Our findings indicate that similarity in both image color and in image content affect the levels of visual interference. Solid imagery in either the user interface tools (e.g., icons) or in the work space content (e.g., video, rendered models) are highly interference resistant and work well up to 75% transparent (i.e., 25% of foreground image and 75% of background content). Text and wire frame images (or line drawings) perform equally poorly but are highly usable up to 50% transparent, with no apparent performance penalty. Introducing contrasting outlining techniques improves the usability of transparent text menu interfaces up to 90% transparency. These results suggest that transparency is a usable and promising interface alternative. We suggest several methods of overcoming today's technical challenges in order to integrate transparency into existing applications.  
series thesis:PhD
email
last changed 2003/02/12 22:37

_id 8de0
authors Kokosalakis, Jen
year 1996
title THE CAAC 3D Model as the Focus, or Vehicle for Effective Participation with the Design's Client, Observer or User
source Approaches to Computer Aided Architectural Composition [ISBN 83-905377-1-0] 1996, pp. 133-152
summary Architectural composition is central to most education and training of architects. Hence, though not every architect's role in practice deals directly with architectural composition, all will have a greater likelihood of ability to visualise and understand others' visual concepts than the average client. This text is concerned with the involvement of the client in composition of the building design. The medium of the three dimensional model, manoeuvrable at the computer screen or in Virtual Reality resembles well the intended physical reality of the designed building that the client will either own, use, occupy, or observe and so can assist tremendously. It is suggested that through this empowering vehicle of the CAAC model, far more informed response and tangible, visible vocabulary is accessible to the client to assist dialogue. This text proposes that practice can indicate better participation as a more evident principle. CAAC enables dynamic influences on the architectural composition of the building as accountable, truly potential dialogue towards design outcome from the construction team. The case rests with current exploratory cases of dynamic, participatory architectural composition activity, as a sign for the future.
keywords
series other
email
last changed 1999/04/08 17:16

_id 6ab6
authors Maher, M.L., Rutherford, J. and Gero, J.
year 1996
title Graduate Design Computing Teaching at the University of Sydney
source CAADRIA ‘96 [Proceedings of The First Conference on Computer Aided Architectural Design Research in Asia / ISBN 9627-75-703-9] Hong Kong (Hong Kong) 25-27 April 1996, pp. 233-244
doi https://doi.org/10.52842/conf.caadria.1996.233
summary Design Computing involves the effective application of computing technologies, digital media, formal methods and design theory to the study and practice of design. Computers are assuming a prominent role in design practice. This change has been partly brought about by economic pressures to improve the efficiency of design practice, but there has also been a desire to aid the design process in order to produce better designs. The introduction of new computer-based techniques and methods generally involves a re-structuring of practice and ways of designing. We are also seeing significant current developments that have far reaching implications for the future. These innovations are occuring at a rapid rate and are imposing increasing pressures on design professionals. A re-orientation of skills is required in order to acquire and manage computer resources. If designers are to lead rather than follow developments then they need to acquire specialist knowledge – a general Computing also demands technical competence, an awareness of advances in the field and an innovative spirit to harness the technology understanding of computers and their impact, expertise in the selection and management of computer-aided design systems, and skill in the design an implementation of computer programs and systems.
series CAADRIA
email
last changed 2022/06/07 07:59

_id c7e9
authors Maver, T.W.
year 2002
title Predicting the Past, Remembering the Future
source SIGraDi 2002 - [Proceedings of the 6th Iberoamerican Congress of Digital Graphics] Caracas (Venezuela) 27-29 november 2002, pp. 2-3
summary Charlas Magistrales 2There never has been such an exciting moment in time in the extraordinary 30 year history of our subject area, as NOW,when the philosophical theoretical and practical issues of virtuality are taking centre stage.The PastThere have, of course, been other defining moments during these exciting 30 years:• the first algorithms for generating building layouts (circa 1965).• the first use of Computer graphics for building appraisal (circa 1966).• the first integrated package for building performance appraisal (circa 1972).• the first computer generated perspective drawings (circa 1973).• the first robust drafting systems (circa 1975).• the first dynamic energy models (circa 1982).• the first photorealistic colour imaging (circa 1986).• the first animations (circa 1988)• the first multimedia systems (circa 1995), and• the first convincing demonstrations of virtual reality (circa 1996).Whereas the CAAD community has been hugely inventive in the development of ICT applications to building design, it hasbeen woefully remiss in its attempts to evaluate the contribution of those developments to the quality of the built environmentor to the efficiency of the design process. In the absence of any real evidence, one can only conjecture regarding the realbenefits which fall, it is suggested, under the following headings:• Verisimilitude: The extraordinary quality of still and animated images of the formal qualities of the interiors and exteriorsof individual buildings and of whole neighborhoods must surely give great comfort to practitioners and their clients thatwhat is intended, formally, is what will be delivered, i.e. WYSIWYG - what you see is what you get.• Sustainability: The power of «first-principle» models of the dynamic energetic behaviour of buildings in response tochanging diurnal and seasonal conditions has the potential to save millions of dollars and dramatically to reduce thedamaging environmental pollution created by badly designed and managed buildings.• Productivity: CAD is now a multi-billion dollar business which offers design decision support systems which operate,effectively, across continents, time-zones, professions and companies.• Communication: Multi-media technology - cheap to deliver but high in value - is changing the way in which we canexplain and understand the past and, envisage and anticipate the future; virtual past and virtual future!MacromyopiaThe late John Lansdown offered the view, in his wonderfully prophetic way, that ...”the future will be just like the past, onlymore so...”So what can we expect the extraordinary trajectory of our subject area to be?To have any chance of being accurate we have to have an understanding of the phenomenon of macromyopia: thephenomenon exhibitted by society of greatly exaggerating the immediate short-term impact of new technologies (particularlythe information technologies) but, more importantly, seriously underestimating their sustained long-term impacts - socially,economically and intellectually . Examples of flawed predictions regarding the the future application of information technologiesinclude:• The British Government in 1880 declined to support the idea of a national telephonic system, backed by the argumentthat there were sufficient small boys in the countryside to run with messages.• Alexander Bell was modest enough to say that: «I am not boasting or exaggerating but I believe, one day, there will bea telephone in every American city».• Tom Watson, in 1943 said: «I think there is a world market for about 5 computers».• In 1977, Ken Olssop of Digital said: «There is no reason for any individuals to have a computer in their home».The FutureJust as the ascent of woman/man-kind can be attributed to her/his capacity to discover amplifiers of the modest humancapability, so we shall discover how best to exploit our most important amplifier - that of the intellect. The more we know themore we can figure; the more we can figure the more we understand; the more we understand the more we can appraise;the more we can appraise the more we can decide; the more we can decide the more we can act; the more we can act themore we can shape; and the more we can shape, the better the chance that we can leave for future generations a trulysustainable built environment which is fit-for-purpose, cost-beneficial, environmentally friendly and culturally significactCentral to this aspiration will be our understanding of the relationship between real and virtual worlds and how to moveeffortlessly between them. We need to be able to design, from within the virtual world, environments which may be real ormay remain virtual or, perhaps, be part real and part virtual.What is certain is that the next 30 years will be every bit as exciting and challenging as the first 30 years.
series SIGRADI
email
last changed 2016/03/10 09:55

_id 7c92
authors Nickerson, S.
year 1996
title CART, Report on a Computer Assisted Recording Tool
source Automation in Construction 5 (3) (1996) pp. 161-170
summary Unlike other areas of architecture which today rely heavily on computers, as-found recording is still in the paper age. The tools available, such as Computer Aided Drafting, are better suited to describing ideas than objects, and modern survey techniques are generally slow and expensive when applied to small architectural objects. This paper describes a synthesis between these tools that allows the high speed collection of points in a simple database which is then used to automatically generate a CAD model. The final result is a Geographic Information System with each object linked to one or more database tables.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id ddssar9637
id ddssar9637
authors Wong, W.C.H. and Will, B.F.
year 1996
title The Use of An Interactive Animation Viewer in Presenting Architectural Design
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary This paper analyzes the use of a 31) hypermedia system in architectural presentation. It first reviews the current process of using computer animation in architectural presentation and identifies problems in the current process. The research assumes that a new approach using the hyper-model environment and animation together would provide a better environment for presenting architectural animation. An interactive animation viewer is designed and developed using the new approach. A sample architectural animation is presented using a tape-recorded animation player, a normal animation player, the interactive animation viewer, and a real-time animation player. The analysis of the result is made by a comparison in terms of image quality, speed, user interactions, object hyperlinkage, scene complexity, and information transmission on using different systems in presenting the same material. A conclusion is drawn to show the advantages of using the new approach. Limitations on using the new approach are identified too.
series DDSS
last changed 2003/08/07 16:36

_id 819d
authors Eiteljorg, H.
year 1988
title Computing Assisted Drafting and Design: new technologies for old problems
source Center for the study of architecture, Bryn Mawr, Pennsylvania
summary In past issues of the Newsletter, George Tressel and I have written about virtual reality and renderings. We have each discussed particular problems with the technology, and both of us mentioned how compelling computer visualizations can be. In my article ("Virtual Reality and Rendering," February, 1995, Vol. 7, no. 4), I indicated my concerns about the quality of the scholarship and the level of detail used in making renderings or virtual worlds. Mr. Tressel (in "Visualizing the Ancient World," November, 1996, Vol. IX, no. 3) wrote about the need to distinguish between real and hypothetical parts of a visualization, the need to differentiate materials, and the difficulties involved in creating the visualizations (some of which were included in the Newsletter in black-and-white and on the Web in color). I am returning to this topic now, in part because the quality of the images available to us is improving so fast and in part because it seems now that neither Mr. Tressel nor I treated all the issues raised by the use of high-quality visualizations. The quality may be illustrated by new images of the older propylon that were created by Mr. Tressel (Figs. 1 - 3); these images are significantly more realistic than the earlier ones, but they do not represent the ultimate in quality, since they were created on a personal computer.
series other
last changed 2003/04/23 15:50

_id ddssup9607
id ddssup9607
authors Gordon, T., Karacapilidis, N., Voss, H. and Zauke, A.
year 1996
title Computer-Mediated Cooperative Spatial Planning
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary Decision making on spatial planning problems has to integrate recent advancements on geographical information systems with a framework that supports fair, rational and efficient decision making procedures. Such a framework will assist government and businesses with the retrieval, use and reuse of information in cooperative, distributed planning procedures requiring access to spatial data. This paper gives an overview of a computer-mediated group decision support system for the World Wide Web, namely ZENO. The target is to provide intelligent assistance to human mediators and other kinds cf "trusted third parties" during the above procedures. The role of the system is to remain neutral and help assure that the interests and goals of all members of a group, regardless of their status, are respected and appreciated. In this paper, the system's features are illustrated with a retrospective model of a real urban planning example, concerning the allocation of a new technology park in the area of the city of Bonn, where more than eighty communities, local and federal authorities, and other organizations have been requested to submit their suggestions, objections and comments on a spatial planning problem.
series DDSS
email
last changed 2003/08/07 16:36

_id 6237
authors Kiechle, Horst
year 1996
title CONSTRUCTING THE AMORPHOUS
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary Constructing the Amorphous entails the ongoing research into a concept which aims to develop a new understanding for Art, Design and Architecture within society. Rigid, reductivist and confrontational methods based on static geometry, prejudice and competition are to be replaced by dynamic, interdisciplinary and integrative models. In his current art practice the author simulates existing architectural spaces whose interior are re-designed into sculpted environments, based on creative irregularity rather than idealised geometry. All the computer simulated “soft” environments can be realised on an architectural scale as temporary installations with the curved surfaces approximated through planar polygons cut from sheet materials. Within this framework the Darren Knight Gallery Project represents the most recently example.

The paper discusses furthermore various 3D modeling options, such as standard CAD representations, high quality rendered video walk-throughs, VRML models and physically produced, full-scale models, made of corrugated cardboard. The cost and equipment requirements necessary for full-scale modeling in cardboard are outlined.

keywords VRML, CAD, 3D Modeling, Model Simulation, Real Environments
series other
type normal paper
email
more http://info.tuwien.ac.at/efa/
last changed 2004/05/04 14:40

_id 8ee5
authors Koutamanis, A., Mitossi, V.
year 1996
title SIMULATION FOR ANALYSIS: REQUIREMENTS FROM ARCHITECTURAL DESIGN
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary Computerization has been a positive factor in the evolution of both kinds of analysis with respect to cost, availability and efficiency. Knowledge-based systems offer an appropriate implementation environment for normative analysis which can be more reliable and economical than evaluation by human experts. Perhaps more significant is the potential of interactive computer simulation where designs can be examined intuitively in full detail and at the same time by quantitative models. The advantages of this coupling are evident in the achievements of scientific visualization. Another advantage of computational systems is that the analysis can be linked to the design representation, thereby adding feedback to the conventional visualization of designs in drawing and modeling systems. Such connections are essential for the development of design guidance systems capable of reflecting consequences of partial inadequacies or changes to other aspects in a transparent and meaningful network of design constraints.

The possibilities of computer simulation also extend to issues inadequately covered by normative analysis and in particular to dynamic aspects of design such as human movement and circulation. The paper reports on a framework for addressing two related problems, (a) the simulation of fire escape from buildings and (b) the simulation of human movement on stairs. In both cases we propose that current evaluation techniques and the underlying design norms are too abstract to offer a measure of design success, as testified by the number of fatal accidents in fires and on stairs. In addition, fire escape and stair climbing are characterized by great variability with respect to both the form of the possible designs and the profiles of potential users. This suggests that testing prototypical forms by typical users and publishing the results as new, improved norms is not a realistic proposition for ensuring a global solution. Instead, we should test every design individually, within its own context. The development of an affordable, readily available system for the analysis and evaluation of aspects such as fire escape and stair safety can be based on the combination of the technologies of virtual reality and motion capture. Testing of a design by a number of test people in an immersion space provides not only intuitive evaluations by actual users but also quantitative data on the cognitive and proprioceptive behaviour of the test people. These data can be compiled into profiles of virtual humans for further testing of the same or related designs.

keywords Model Simulation, Real Environments
series other
type normal paper
email
more http://info.tuwien.ac.at/efa/
last changed 2004/05/04 14:40

_id 44cc
authors Martens, Bob (ed.)
year 1996
title Full-scale Modeling in the Age of Virtual Reality
source Proceedings of the 6th European Full-scale Modeling Association Conference / ISBN 3-85437-132-2 / Vienna (Austria) 4-6 September 1996, 140 p.
summary In times characterized by the growing "architectural criticism"; to the same extent as by the helplessness of the anonymous user the communication process between contractors, planner and users gains in importance. If communication is successful will not only depend on the quality of the project but also on the means of conveyance, e.g. visualizing or model representation. Can planning evaluation be effectively supported by virtual reality (VR)?

The principal item of a full-scale lab preferably features a court-like facility where the 1:1 simulations are performed. Such lab facilities can be found at various architecture education centers throughout Europe. In the early eighties the European Full-scale Modeling Association (abrev. EFA, full-scale standing for 1:1 or simulation in full-scale) was founded acting as the patron of a conference every two years. In line with the conference title "Full-scale Modeling in the Age of Virtual Reality" the participants were particularly concerned with the relationship of physical 1:1 simulations and VR. The assumption that those creating architecture provide of a higher degree of affinity to physical than to virtual models and prototypes was subject of vivid discussions.

Furthermore, the participants devoted some time to issues such as the integration of model-like ideas and built reality thus uncovering any such synergy-effects. Thus some major considerations had to be given to the question of how the architectís model-like ideas and built reality would correspond, also dealing with user-suitability as such: what the building artist might be thrilled with might not turn out to be the residentsí and usersí everyday delight. Aspects of this nature were considered at the îArchitectural Psychology Meeting” together with specialists on environment and aesthetics. As individual space perception as well as its evaluation differ amongst various architects, and these being from various countries furnishing cultural differences, lively discussions were bound to arise.

keywords VR, Virtual Reality, Simulation in Full-scale, Model Simulation, Real Environments
series other
email
more http://info.tuwien.ac.at/efa/EFA-Proceedings.html
last changed 2003/08/25 10:12

For more results click below:

this is page 0show page 1show page 2show page 3show page 4show page 5... show page 23HOMELOGIN (you are user _anon_282272 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002