⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cube.html

📁 wince 5.0上基于personal java写的的虚拟魔方
💻 HTML
字号:
<TITLE>Virtual Cube</TITLE>
<BODY BGCOLOR="#C0C0C0">
<BASE TARGET="_top">

<H2>Virtual Cube</H2>
<I>(C) Song Li, 1996<BR>
(C) Portion of Code by David W. Liu, 1995</I>
<BR>
<BR>


<HR>
<CENTER>
<APPLET CODE="CubeApp.class" WIDTH=250 HEIGHT=350>
<PARAM NAME=ARCHIVE VALUE=cube.jar>
</APPLET></CENTER>
<HR>
<BR>

<H3>Instruction</H3><P>

Drag the mouse the change your viewpoint. To spin, hold CTRL or mouse's 
right button and drag the mouse pointer
from one square to any of its neighbors. To download all the necessary 
files (*.java, *.class, *.au, *.html, etc), click 
<A HREF="cube.tar">here</A> for a Unix tar archive, or <A HREF="cube.jar">here</A>
for a Zip file. 
You can use the code for any 
nonprofittable use. But remember to mention the authors' names in your 
revised program. You are also encouraged to improve the program or give 
your comments and bug reports. I have only tested the applet with Netscape 2.0 
from SGI/Irix and SunOS, if there is any problems in other platforms or you 
have any further questions, please contact me and I'll be glad to help. 
My E-Mail address is: <A HREF="mailto:sli2@cs.umbc.com">sli2@cs.umbc.edu</A>.


<BR>
<BR>

<H3>Class Sources</H3><P>

Project Makefile<BR>
<UL>
<LI><A HREF="Makefile">Makefile</A> - Makefile for the whole Virtual Cube project.
</UL>
<BR>

Generic 3D Model<BR>
<UL>
<LI><A HREF="Model3D.java">Model3D.java</A> - 3D world constructed with 
3D objects and a viewpoint.
<LI><A HREF="Object3D.java">Object3D.java</A> - 3D object constructed 
with vertices, and faces.
<LI><A HREF="Matrix3D.java">Matrix3D.java</A> - Matrix class for 
coordination transformations.
<LI><A HREF="Vertex.java">Vertex.java</A> - Vertex class.
<LI><A HREF="Vector3D.java">Vector3D.java</A> - Vector class.
<LI><A HREF="Face.java">Face.java</A> - Face class.
</UL>
<BR>

Virtual Cube Model<BR>
<UL>
<LI><A HREF="CubeApp.java">CubeApp.java</A> - Virtual Cube applet class.
<LI><A HREF="CubePanel.java">CubePanel.java</A> - The panel displaying Virtual Cube.
<LI><A HREF="CubeSystem.java">CubeSystem.java</A> - Class integrating
CubeMap, CubeModel and CubePlane.
<LI><A HREF="CubeModel.java">CubeModel.java</A> - 3D model customized for
Virtual Cube.
<LI><A HREF="CubePlane.java">CubePlane.java</A> - 3D model customized for
one plane (3 x 3 x 1) of the cube.
<LI><A HREF="CubeFace.java">CubeFace.java</A> - Face class customized for
Virtual Cube.
<LI><A HREF="CubeMap.java">CubeMap.java</A> - Color map of the six faces
of the cube.
<LI><A HREF="CubeStack.java">CubeStack.java</A> - The stack to record every
step for undoing and redoing.
<LI><A HREF="CubeAction.java">CubeAction.java</A> - The object stored in CubeStack.
<LI><A HREF="CubeAbout.java">CubeAbout.java</A> - About dialog box.
</UL>
<BR>
<BR>
<HR>



<BR>
<BR>
There have been 
<A HREF="http://info.digits.com/wc?--info=yes&--name=VirtualRubik">
<IMG SRC="http://counter.digits.com/wc/-d/5/-f/000000/-b/CCCCCC/-Rz/VirtualRubik"
ALIGN=middle></A>
visitors since March 30, 1996. <P>

<HR>

<BR><BR>
<ADDRESS>Song Li<BR>
Autodesk, Inc.<BR>
Work Phone: 415-507-8702<BR>
Home Phone: 510-215-7250<BR> 
E-Mail: <A HREF="mailto:sli2@cs.umbc.edu">sli2@cs.umbc.edu</A><BR>
Homepage: <A HREF="http://www.cs.umbc.edu/~sli2">http://www.cs.umbc.edu/~sli2</A><BR>
</ADDRESS>


</BODY>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -