搜索资源列表
Animate
- 3D编程实例,实现了旋转矩阵的动画,是学习3D游戏编程的基础。-3D programming examples, the rotation matrix to achieve the animation, is to study the basis of 3D game programming.
TransformUtilitiesWindow
- 提供用户复制游戏对象在Unity IDE环境中的坐标, 旋转矩阵, 缩放矩阵, 及轴线信息, 也允许用户将这些信息附加到其他对象上.-Copy the game to provide the user object in Unity IDE environment coordinates, rotation matrix, the scaling matrix, and the axis of information, also allows users to attach this infor
russian-square
- 本程序主要完成俄罗斯方块的基本功能,开始界面可选择开始游戏、查看游戏说明和得分记录。方块下落速度随分数的增加而增加,消行时会闪烁,游戏结束可重新开始也可保存游戏,可查看游戏记录和游戏说明,有背景音乐。 算法1:卡位判断,用矩阵解决。当移动方向上地图的值和方块的值都不为零时,返回值为零,不能移动,否则返回值为一,可以移动。如果将图形打出来,会多出不少有规律且重复的代码。 算法2:转动方块:定义b[i][j],将旋转赋值给b,判断b与所在位置是否可以放下,若可以,将b值再赋值给a-Com
mofang
- Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-The Web version of the Rubik' s Cube game written in Java, the compiler generates
piao_rodrigues_2
- 根据rodrigues公式求3×3 旋转矩阵the rodrigues formula: http://en.wikipedia.org/wiki/Rodrigues _rotation_formula-According to rodrigues formula for 3 × 3 rotation matrix the rodrigues formula: http://en.wikipedia.org/wiki/Rodrigues _rotation_formula