当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: A quick review of why mobile gam
 

 

 ·>重点算法解疑·广阔天地     »显示摘要«
    摘要:每一个关卡地图都包括二个场景文件,出场对象数据文件.dat和地图障碍模型文件.map,如1*1.dat,1*1.map,场景文件是用loadmap()来读取的,它的程序作用是用来初始化地图场景,这是大体上的说法,细一点说,它的最终的程序作用是给要出场的各个man[i]的所有分量赋值,.map障碍文件的读取loadza()为a*所用,是第七章以后的内容,(书中提到的场景一词就是指.dat中定义的rs......
    摘要:我是以一个初学者的身份来看这本书的,这个我在前言中就说过了,因此对本章的理解我有点举步维艰,因为本章有很多不常见的api,如游览文件夹,把图片读到特定的内存数据区,这些api都是我作为一个初学者首次遇到的,难免疑点重重,另外本章还有一些系统级定义的结构类型如位图相关结构,最令人头痛的是文件操作,文件操作涉及到指针,句柄(指针与句柄的概念非几十面a4的纸说不清,甚至可以写成一本厚厚的书),mfc对文......


J2ME Game Development

a quick review of why mobile gaming is different from traditional gaming:

• low budget 【程序编程相关:电视互动点播系统

【推荐阅读:基于IE浏览器的图形聊天室(类可乐8)

• small development team 【扩展信息:“天晴杯”游戏精英大赛赛后总结

• technology is within reason and is manageable, no need for special equipment such photo imaging equipment

• based on open standards

• mobile phones by default are ready for multiplayer gaming

development tools

some available platforms for mobile game development are:

• java 2 micro edition tm by sun microsystems – java.sun.com">http://wireless.java.sun.com

• mophun – http://www.mophun.com

• brew – http://www.brew.com

this not to be confused with mobile operating systems such as palmos and symbianos,

these operating systems themselves support environments like j2me.

this book will focus on j2me (java 2 micro edition). with that being said there are

several software development kits you can use. to help ensure your game will run on

different manufacturers and different models of mobile devices you will mostly like be

using more then one sdk. the main j2me sdk is available from sun microsystems at

java.sun.com">http://wireless.java.sun.com.

as well there are few ides available for j2me development. some of these ides


...   下一页
    摘要: 多纹理混合技术在地形渲染中用得很广泛,用来将非常不同的多个纹理(如石头和草)混合起来,看不出明显的边缘。例如,你可以用3个纹理(石头、草和沙子)来渲染一座山,在山的底部用草和沙子来混合。 在opengl中通过arb_multitexture和arb_texture_env_combine扩展来实现多纹理混合。分为以下几个步骤: 1. 计算3个纹理各自的贡献,并将它们编码进顶点的颜色中,这样颜色的......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE