计算机应用 | 古代文学 | 市场营销 | 生命科学 | 交通物流 | 财务管理 | 历史学 | 毕业 | 哲学 | 政治 | 财税 | 经济 | 金融 | 审计 | 法学 | 护理学 | 国际经济与贸易
计算机软件 | 新闻传播 | 电子商务 | 土木工程 | 临床医学 | 旅游管理 | 建筑学 | 文学 | 化学 | 数学 | 物理 | 地理 | 理工 | 生命 | 文化 | 企业管理 | 电子信息工程
计算机网络 | 语言文学 | 信息安全 | 工程力学 | 工商管理 | 经济管理 | 计算机 | 机电 | 材料 | 医学 | 药学 | 会计 | 硕士 | 法律 | MBA
现当代文学 | 英美文学 | 通讯工程 | 网络工程 | 行政管理 | 公共管理 | 自动化 | 艺术 | 音乐 | 舞蹈 | 美术 | 本科 | 教育 | 英语 |

Internet上的三维动画设计

2016-04-21 01:02
导读:计算机应用论文论文,Internet上的三维动画设计论文样本,在线游览或下载,科教论文网海量论文供你参考:毕业
毕业

Internet上的3维动画设计

摘要:3D图形技术并不是1个新话题,在图形工作站以至于PC机上已日臻成熟,并早已应用到各个领域。然而互联网的出现,却使3D图形技术发生了微妙而深刻的变化。Web3D协会(前身是VRML协会)最先使用Web3D术语,这1术语的出现反映了这种变化的全貌。没有人能严格定义Web3D,在这里我们把Web3D理解为:互联网上的3D图形技术,互联网代表了未来的新技术,很明显,3D图形和动画将在互联网上占有重要的地位。
Java3D API是Sun定义的用于实现3D显示的接口。使用Java的重要理由之1是它的平台无关性。Java3D提供了基于Java的上层接口,并把OpenGL和DirectX这些底层技术包装在Java接口中,这种全新的设计使3D技术变得不再繁琐并且可以加入到J2SE、J2EE的整套架构,保证了Java3D技术强大的扩展性。毕业设计以Java3D为开发平台,利用Java语言强大的网络功能,实现了在网页上对3D动画进行显示和操作。

关键词:Java3D;Internet;Web3D。
 
Design of 3D Animation on Internet

Abstract:The 3D graph technology is not a new topic, in the graph workstation downtown PC machine already more or day matured, and has applied to each domain. However the Internet appearance caused the 3D graph technology to occur actually being subtle but the deep transformation. The Web3D association (predecessor is the VRML association) uses the Web3D terminology first, this terminology appearance had reflected this kind of change complete picture, nobody can strictly define Web3D, in here we do the Web3D understanding is On the Internet 3D graph technology, the Internet has represented the future new technology, is very obvious, the 3D graph and the animation will hold the important status on the Internet. (科教范文网 fw.nseac.com编辑发布)
Java3D API is a connection that the Sun definition uses in realizing the 3D graph display. Uses one of Java important reasons is its platform relevant, has provided based on the Java upper formation connection, take OpenGL and DirectX the Seafirst floor technology packing in Java connection. This kind of brand-new design causes the 3D technology to change no longer tediously and may join to J2SE, the J2EE entire wrap over head construction; these characters is guaranteed the Java3D technology for extension. This article develops the platform take Java3D, uses the Java language formidable network function, realized has carried on the demonstration and the operation on the homepage to the 3D animation.
Keywords: Java3D;Internet;Web3D.
目  录
前言 1
1 JAVA3D技术的简介 2
1.1 JAVA3D概述 2
1.2 JAVA3D的场景图结构 6
1.3 实现3维世界 8
2 基础设计 11
2.1 JAVA3D安装与运行 11
2.2 设计步骤 12
2.3 点、线、面的生成 13
2.4 基本形体的生成 14
3 代码实现 17
3.1 设计思路 17
3.2 JAVA 3D API 17
3.3 单个齿轮模型设计 19
3.4 光线和材质 22
3.5 单个齿轮的测试 24
3.6 齿轮组模型的创建 26
3.6 齿轮的旋转 28
3.7 鼠标交互和键盘交互的实现 30
3.8在网页上显示3D图形 33
4 结束语 36
参考文献 37
致谢 38

注:不含源代码

    上一篇:通用试题库系统的设计与实现VB+SQL 下一篇:没有了