资源描述:
《基于webgl的在线3d建模系统》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、学校代码10530学号201330111820分类号TP391密级硕士学位论文基于WebGL的在线3D建模系统学位申请人杨润斌指导教师陈姝副教授学院名称信息工程学院学科专业计算机技术研究方向计算机视觉、虚拟现实二○一六年六月五日3DModelingSystemOnlineBasedonWebGLCandidateYangRunbinSupervisorAssociateProf.ShuChenCollegeCollegeofInformationEngineeringProgramComputerTechniqueSpecializationComputervisionandVi
2、rtualRealityDegreeMasterofEngineeringUniversityXiangtanUniversityDateJune5,2016摘要基于WebGL的在线3D建模系统,是一个在线网页版3D建模平台,是一个旨在帮助用户在短时间内完成3D建模作品的在线设计工具,而基于浏览器的3D建模系统降低了普通用户使用3D建模所需的技术要求,帮助非专业技术人员参与3D设计。系统采用WebGL技术对3D模型进行显卡加速渲染,且无需在客户端安装庞大的建模软件,用户只需打开网页进入系统,即可使用简单快捷的建模工具,真正做到大众化的特点。同时,对于完成的模型及场景还可以进行导出
3、导入,用户之间可以对彼此的模型进行交换与修改,真正做到可用性与实用性。本文通过对基于WebGL的3D建模关键技术的研究,介绍了3D场景设计、模型渲染与操作、场景数据处理等方法,并提出模型文件预加载、文件压缩传输等优化系统性能的方法。在有限带宽的条件下将3D数据在浏览器端实时渲染,确保用户在建模过程中数据的导入导出的正确性,充分提高系统的交互性与可用性。关键词:3D建模;WebGL;场景数据处理;文件预加载;文件压缩传输IAbstract3DModelingSystemOnlineBasedonWebGL,isanonlinewebpageversionof3Dmodelingpl
4、atform,isaonlinetools,whichisdesignedtohelpuserstocompletethe3Ddesignworksinashortperiodoftime,andbasedonthebrowser's3Dmodelingtooleliminatesthecustomerswiththeuseof3Dmodelingtechnologythreshold,soastohelpthenon-professionaltechnicalpersonneltoparticipateinthe3Ddesign.ThesystemusesWebGLtechno
5、logygraphicstoacceleratetherenderingof3Dmodel,anddonotneedtoinstallalargemodelingsoftwareontheclient,usersonlyneedtoopenthewebpageintothesystem,modelingtoolscanbesimplyandeasilytouse,whichisreallypopularcharacteristic.Atthesametime,Usercanalsoexportorimportthecompletedmodelandscene,andalsoexc
6、hangeandmodifythemodelforeachother,trulyavailabilityandpracticality.ThekeytechnologyofWebGLbased3Dmodelingispresentedinthepaper,suchas3Dscenedesign,modelrenderingandoperation,scenedataprocessingmethod,etal.Ontheotherhand,thepaperhaspresentedsomemethod,suchasmodelfilespreloadandtransmissionofc
7、ompressedfiles,tooptimizetheperformanceofthesystem.Undertheconditionoflimitedbandwidth,theproposedapproachhasthecapabilitytorender3Dscenedatatotheclientinrealtime.Ensurethatusersintheprocessofmodelingthecorrectnessofthedataofimportandexport,f