搜索资源列表
clip
- 这是J2ME中分割图片的一个技巧代码.非常的好
sr_imageview_puzzle_game
- MTK 08A相册中的拼图游戏代码 经过改进 可以分割任意图片 -MTK 08A album puzzle code is modified to split any image
pt
- 自适应屏幕,自动分割图片,支持触屏和键盘操作-Develop their own puzzle source code, adaptive display, automatic image segmentation
CropImage
- 移动截取图片的一部分,其余部分有滤罩效果分割。-Mobile interception of part of the picture, and the remaining portion filtered hood effect segmentation.
PuzzleMain
- 这是一款手机游戏,本手机游戏画面精美,可以将多幅图片分割成小图块,用户可根据半透明背景的提示,将各个小图块放置到对应位置。相邻图片摆放成功即可连接在一起。-This is a mobile game, the mobile game screen fine, multiple images can be divided into small blocks, the user can prompt translucent background of the various small tiles
javapintu
- Java拼图游戏的源代码,另附游戏技术文档,本拼图游戏运用了Java2中的图形处理技术和消息响应技术。通过图形技术实现图片导入和分割。通过消息响应机制,使程序响应用户的鼠标操作,进行拼图游戏的操作。用鼠标拖动选中的小图片进行拼接,可以拼成一幅完整的图片。本源码的知识点有:鼠标事件的监听,Graphics类和Image类的应用-Java puzzle source code, technical documentation attached game, the puzzle using the J
hdbddgq
- 实现步骤 1. 首先确定使用分割法将整张图片分割成若干份,画在一个网格组成的长方形中 2.画出N*N格的方格 3.将国旗图案贴到这个网格中 1》 计算网格各顶点坐标 Vertex 计算各顶点对应的纹理坐标 texcoord 计算各顶点所对应的顶点法向量 Normal 计算出需要绘制的各顶点的顺序 order 绘制飘动效果 根据正弦曲线,计算出各顶点所对应的深度值 zDepth 计算出正弦曲线的波动 坐标点的变动 顶点法向量坐标值的变动 增加灯光