效果:
代码:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>Three.js tutorial - Lesson 05</title> <style>body{background:#eeeeee;overflow:hidden;}</style> <script src="js/r69/three.js"></script> <script src="js/r69/Detector.js"></script> <script src="js/r69/CanvasRenderer.js"></script> <script src="js/r69/Projector.js"></script> </head> <body> <script> var scene,camera,mesh,renderer; if(Detector.webgl){ renderer = new THREE.WebGLRenderer({antialias:true}); }else{ renderer = new THREE.CanvasRenderer(); } renderer.setSize(window.innerWidth, window.innerHeight); renderer.setClearColor(0xeeeeee, 0.5); document.body.appendChild(renderer.domElement); scene = new THREE.Scene(); camera = new THREE.PerspectiveCamera(45, window.innerWidth/window.innerHeight, 1, 1000); camera.position.set(0, 0, 10); camera.lookAt(scene.position); //相机聚焦于场景中心 //scene.add(camera); var boxGeometry = new THREE.BoxGeometry(2.0, 2.0, 2.0); var rTexture = new THREE.ImageUtils.loadTexture("images/r.png"); //right var lTexture = new THREE.ImageUtils.loadTexture("images/l.png"); //left var tTexture = new THREE.ImageUtils.loadTexture("images/t.png"); //top var dTexture = new THREE.ImageUtils.loadTexture("images/d.png"); //bottom var fTexture = new THREE.ImageUtils.loadTexture("images/f.png"); //front var bTexture = new THREE.ImageUtils.loadTexture("images/b.png"); //bottom var boxMaterials = [ new THREE.MeshBasicMaterial({map:rTexture,transparent:true}), //因为没有设置side为THREE.DoubleSide,所以熊猫从背面是看不到的 new THREE.MeshBasicMaterial({map:lTexture, side:THREE.DoubleSide, transparent:true}), new THREE.MeshBasicMaterial({map:tTexture, side:THREE.DoubleSide, transparent:true}), new THREE.MeshBasicMaterial({map:dTexture, side:THREE.DoubleSide, transparent:true}), new THREE.MeshBasicMaterial({map:fTexture, side:THREE.DoubleSide, transparent:true}), new THREE.MeshBasicMaterial({map:bTexture, side:THREE.DoubleSide, transparent:true}) ]; var boxMaterial = new THREE.MeshFaceMaterial(boxMaterials); var mesh = new THREE.Mesh(boxGeometry, boxMaterial); mesh.position.set(0, 0, 4); scene.add(mesh); var xRotation = 0; var yRotation = 0; var zRotation = 0; function render(){ xRotation += 0.03; yRotation += 0.02; zRotation += 0.04; mesh.rotation.set(xRotation, yRotation, zRotation); renderer.render(scene, camera); requestAnimationFrame(render); } render(); </script> </body> </html>
附注:当前笔者使用的three.js版本是r69
相关推荐
opengl简单教程前五课pdf,
本视频教程“OpenGL简单视频教程Lesson1-Lesson5”涵盖了初学者必须掌握的基本概念和技术,帮助他们踏入这个充满可能性的世界。在这个教程中,我们将深入探讨以下几个关键知识点: 1. **OpenGL安装与环境配置**: ...
新概念青少版a---lesson5.ppt
ML-lesson5-LR.ipynb
【二年级英语上册 unit1 Lesson6-Lesson7教案】主要涵盖了小学阶段英语教学的一些核心知识点,包括情感目标、知识目标、能力目标、教学重点和难点,以及教学过程中的具体活动设计。以下是对这些内容的详细说明: 1....
opengl简单视频教程Lesson10-Lesson11,网站地址: http://www.videotutorialsrock.com
本教程“OpenGL简单教程Lesson1-Lesson5(src)”提供了前五课的源代码,帮助初学者深入理解并实践OpenGL编程。在这个教程中,我们将探讨以下几个关键知识点: 1. **OpenGL基本概念**:OpenGL是一个跨语言、跨平台的...
六年级英语上册-Lesson5-In-the-livingroom教案.pdf
这个简单的视频教程“Lesson6-Lesson9”旨在帮助初学者理解并掌握OpenGL的基础概念和核心功能。通过观看这些课程,学习者将能够逐步建立起对OpenGL的理解,并能够创建自己的基本图形应用程序。 在Lesson6中,主要...
NeHe OpenGL教程(中英文版附带VC++源码)中英文系列 Lesson 01-lesson 02 创建一个OpenGL窗口: 如何创建三角形和四边形 http://ieee.org.cn/dispbbs.asp?boardID=61&ID=53679 Lesson 03-lesson 04 添加颜色 旋转 ...
OpenGL是计算机图形学中的一种广泛应用的编程接口...通过这个系列的教程,学习者将获得足够的技能来开发自己的OpenGL应用程序,并能够理解和应用许多现代图形编程技术。建议结合实际编程实践,逐步掌握并巩固所学知识。
next.js-ssr课程 在egghead.io上回购课程 指示 git clone https://github.com/tgrecojs/next.js-ssr-lesson && cd next.js-ssr-lesson npm install npm run dev
NeHe OpenGL教程(中英文版附带VC++源码)中英文系列 Lesson 01-lesson 02 创建一个OpenGL窗口: 如何创建三角形和四边形 http://ieee.org.cn/dispbbs.asp?boardID=61&ID=53679 Lesson 03-lesson 04 添加颜色 旋转 ...
plots-lesson16
[2.1.1]--Lesson1Four-StepTranslationProce.srt
中国民航飞行人员英语--lesson-4.doc
Lesson 7: Flats (3-3-5) - 32 - Lesson 8: Triangles - 36 - Lesson 9: Corrective Combinations - 39 - Lesson 10: The guideline of alternation - 43 - Lesson 11: Forecasting corrective waves - 46 - Lesson ...
在"js-fifth-lesson"这个主题中,我们可以深入探讨JavaScript的一些核心概念和关键知识点。 1. 变量与数据类型: JavaScript支持变量的动态类型,使用`var`, `let`, 或 `const` 关键字声明。基本数据类型包括字符...
ct-算法重建-马建-lesson01-ct-recon.ppt
How do you come to school--Lesson 112 .docx