跳到主要內容

臺灣博碩士論文加值系統

(98.80.143.34) 您好!臺灣時間:2024/10/04 17:39
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:鄒佳宏
研究生(外文):Tsou, Chia-Hung
論文名稱:虛擬實境建築設計討論系統
論文名稱(外文):VR Environment for Architectural Design Education
指導教授:莊榮宏莊榮宏引用關係
指導教授(外文):Chuang, Jung-Hong
口試委員:林文杰朱宏國蔡侑庭
口試委員(外文):Lin, Wen-ChiehChu, Hung-KuoTsai, Yu-Ting
口試日期:2017-10-12
學位類別:碩士
校院名稱:國立交通大學
系所名稱:多媒體工程研究所
學門:電算機學門
學類:軟體發展學類
論文種類:學術論文
論文出版年:2017
畢業學年度:106
語文別:中文
論文頁數:33
中文關鍵詞:虛擬實境人機互動電腦輔助工具
外文關鍵詞:Virtual RealityHuman Computer InterfaceComputer-Assisted Instruction
相關次數:
  • 被引用被引用:0
  • 點閱點閱:462
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
在傳統的建築教育課程中,紙筆以及實體建築模型為討論過程中常用的工具。實體的建築模型難以在討論過程中即時進行修改,同時也必須透過想像才能體會到實際身處在建築中的感受,以及各個建築物件排列後所產生的空間感。圖紙上的描繪,包含標高、空間分割以及註解等等,是討論過程中,老師與學生們分享自己的想法以及給予意見的常用工具。在本文中,我們針對建築設計教育課程,提出一個整合三維建模以及虛擬實境 (virtual reality) 的系統。使用者們可以透過系統在虛擬環境中進行設計討論,並且能即時對三維建築模型進行修改,包含個別物體幾何轉換以及群組物體的編輯。同時系統也支援程序化三維建模,使用者能夠在虛擬實境中即時修改模型參數來變更建築模型樣式。討論過程中可利用描繪工具來表達自己的想法。三維的描繪工具可以創造出實體物件,二維的描繪工具可以在物件表面加上說明或是註解。最後在討論過程中,回溯系統可以幫助使用者將模型回溯到過去的狀態,並且在此狀態下進行新的討論,產生出新版本的模型樣式。
In tradition architectural design education, instructor and students share and discuss their ideas through drawings and models. Physical models are hard to be modified during discussion, and it is difficult to view the interior spaces. Drawings, including plans, elevations and sections, are generally used as a medium for the purpose of presentation and discussion. We propose an integrated system to support architectural design education, in which multiple users can not only explore and discuss 3D designs in a VR environment, but also manipulate 3D elements. This system also integrates procedural 3D modeling, providing users with the capability of modifying 3D designs through adjustments of parameters. For the discussion purpose, a free-hand sketching tool is developed. Users can sketch their ideas, as they do with paper and pen, or use sketching as an adjust interface for geometry operations. During the discussion, log visualization system can help users quickly return to a previous state of models. Then, users can start a new discussion and produce a new version of models.
目錄
摘要 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . i
Abstract . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ii
致謝 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iii
目錄 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iv
圖目錄 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vi
第一章 介紹 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 論文介紹 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.2 論文組織架構 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
第二章 相關研究. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.1 虛擬實境中的模型設計系統 . . . . . . . . . . . . . . . . . . . . . . . . . . 4
2.2 虛擬實境內的互動設計 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.3 多人討論系統 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.4 建築設計與設計媒材 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.5 回溯設計 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
第三章 系統架構. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.1 三維建模軟體 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.2 參數模型建構平台 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3.3 虛擬實境平台 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.4 多人設計討論 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11
3.5 幾何轉換 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
3.6 回溯系統 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
3.6.1 回溯資料紀錄方式 . . . . . . . . . . . . . . . . . . . . . . . . . . . 16
3.6.2 回溯資料視覺化介面 . . . . . . . . . . . . . . . . . . . . . . . . . . 17
3.6.3 回溯介面操作方式 . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
3.6.4 回溯介面與設計討論 . . . . . . . . . . . . . . . . . . . . . . . . . . 20
3.7 系統限制 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
第四章 結果 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.1 設備與規格 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.2 系統實際操作流程 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
第五章 使用者研究 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.1 受測人員 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.2 實驗流程 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
5.3 實驗結果與討論 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27
第六章 結論 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
參考文獻 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
[1] Wael A Abdelhameed. Virtual reality use in architectural design studios: A case of studying structure and construction. Procedia Computer Science, 25:220–230, 2013.
[2] Lee Anderson, James Esser, and Victoria Interrante. A virtual environment for conceptual design in architecture. In Proceedings of the workshop on Virtual environments 2003, pages 57–63. ACM, 2003.
[3] Patrick Bourdot, Thomas Convard, Flavien Picon, Mehdi Ammi, Damien Touraine, and J-M Vézien. Vr–cad integration: Multimodal immersive interaction and advanced haptic paradigms for implicit edition of cad models. Computer-Aided Design, 42(5):445–461, 2010.
[4] Jeff Butterworth, Andrew Davidson, Stephen Hench, and Marc T Olano. 3dm: A three dimensional modeler using a head-mounted display. In Proceedings of the 1992 symposium on Interactive 3D graphics, pages 135–138. ACM, 1992.
[5] Hsiang-Ting Chen, Li-Yi Wei, and Chun-Fa Chang. Nonlinear revision control for images. In ACM Transactions on Graphics (TOG), volume 30, page 105. ACM, 2011.
[6] Hsiang-Ting Chen, Li-Yi Wei, Björn Hartmann, and Maneesh Agrawala. Data-driven adaptive history for image editing. In Proceedings of the 20th ACM SIGGRAPH Symposium on Interactive 3D Graphics and Games, pages 103–111. ACM, 2016.
[7] Jozef Doboš and Anthony Steed. 3d revision control framework. In Proceedings of the 17th International Conference on 3D Web Technology, pages 121–129. ACM, 2012.
[8] Daniel M Herbert. Architectural study drawings. John Wiley & Sons, 1993.
[9] Paul Issartel, Florimond Guéniat, Sabine Coquillart, and Mehdi Ammi. Perceiving mass in mixed reality through pseudo-haptic rendering of newton’s third law. In Virtual Reality (VR), 2015 IEEE, pages 41–46. IEEE, 2015.
[10] Hannes Kaufmann and Dieter Schmalstieg. Designing immersive virtual reality for geometry education. In Virtual Reality Conference, 2006, pages 51–58. IEEE, 2006.
[11] Hyosun Kim, Georgia Albuquerque, Sven Havemann, and Dieter W Fellner. Tangible 3d: Hand gesture interaction for immersive 3d modeling. In IPT/EGVE, pages 191–199, 2005.
[12] James A Landay and Brad A Myers. Sketching interfaces: Toward more human interface design. Computer, 34(3):56–64, 2001.
[13] Jiandong Liang and Mark Green. Jdcad: A highly interactive 3d modeling system. Computers & graphics, 18(4):499–506, 1994.
[14] Feng-An Liu. A study of the correlation between design media and style. Master’s thesis, National Chiao Tung University, Taiwan, 2006.
[15] Hiroaki Nishino, Kouichi Utsumiya, and Kazuyoshi Korida. 3d object modeling using spatial and pictographic gestures. In Proceedings of the ACM symposium on Virtual reality software and technology, pages 51–58. ACM, 1998.
[16] Alberto Raposo, Ismael Santos, Luciano Soares, Gustavo Wagner, Eduardo Corseuil, and Marcelo Gattass. Environ: integrating vr and cad in engineering projects. IEEE Computer Graphics and Applications, 29(6):91–95, 2009.
[17] Naoki Sasaki, Hsiang-Ting Chen, Daisuke Sakamoto, and Takeo Igarashi. Facetons: face primitives with adaptive bounds for building 3d architectural models in virtual environment. In Proceedings of the 19th ACM Symposium on Virtual Reality Software and Technology, pages 77–82. ACM, 2013.
[18] Thomas B Sheridan. Interaction, imagination and immersion some research needs. In Proceedings of the ACM symposium on Virtual reality software and technology, pages 1–7. ACM, 2000.
[19] Masaki Suwa and Barbara Tversky. What do architects and students perceive in their design sketches? a protocol analysis. Design studies, 18(4):385–403, 1997.
[20] Elton KH Tsang, Hanqiu Sun, and Mark Green. Virtual world modeler. In Proceedings of the ACM symposium on Virtual reality software and technology, pages 179–186. ACM, 1998.
[21] Alexander P Schouten, Bart van den Hooff, and Frans Feldberg. Virtual team work: Group decision making in 3d virtual environments. Communication Research, 43(2):180–210, 2016.
[22] Thomas B Sheridan. Interaction, imagination and immersion some research needs. In Proceedings of the ACM symposium on Virtual reality software and technology, pages 1–7. ACM, 2000.
[23] Masaki Suwa and Barbara Tversky. What do architects and students perceive in their design sketches? a protocol analysis. Design studies, 18(4):385–403, 1997.
[24] Elton KH Tsang, Hanqiu Sun, and Mark Green. Virtual world modeler. In Proceedings of the ACM symposium on Virtual reality software and technology, pages 179–186. ACM, 1998.
[25] Jian Zhao, Zhicheng Liu, Mira Dontcheva, Aaron Hertzmann, and Alan Wilson. Matrixwave: Visual comparison of event sequence data. In Proceedings of the 33rd Annual ACM Conference on Human Factors in Computing Systems, pages 259–268. ACM, 2015.
連結至畢業學校之論文網頁點我開啟連結
註: 此連結為研究生畢業學校所提供,不一定有電子全文可供下載,若連結有誤,請點選上方之〝勘誤回報〞功能,我們會盡快修正,謝謝!
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊