3D游戏引擎设计与实现(16)(17)

/***********************************
 *作者:蔡军生
 *出处:http://blog.csdn.net/caimouse/
 ************************************/ 

  这几天都在读取BSP文件,当然读取已经不成为问题了,虽然这种文件格式非常难读。一个索引连接着一个索引的。现在数据已经读取进来,但要显示它到D3D里,还是有问题的。因为它是为OPENGL设计的,所以它的坐标会不同的。怎么样修改才能合适地渲染到D3D里呢?我还在考虑中。
    BSP文件是一个平面一个平面保存的,这种平面有可能是三角形,也可能是四边形,也可能是其它多边形。但D3D里只支持三角形,就是说要把多于三条边的平面转化为三角形列表。目前已经用ID3DXMesh接口实现封装一个平面,如果里面有1000多个平面,就会有1000多个ID3DXMesh对象。而要直接从其它数据,不是从X文件创建它的话,都要作很多工作设置,比如怎么样填写顶点到MESH,怎么样设置顶点索引等。继续Coding...

  3D游戏引擎设计与实现(17)
    由于有人不断跟我要什么资料,其实我也没有什么资料,就只有要有网络就行了。然后上GOOGLE一查,就是最好的资料。
    今天,我就把我所有连接发布出来,大家就好好看看了,资料就在那里,你的3D是否成功,就看你的理解水平和实践了。希望大家共同努力,打造最成功的3D产业商品出来,一连几天深圳开了一个文博会,但里面最成功的,要数报业集团了,当然最引人的也就是深圳大芬村的油画村,起先,我怎么也想不到油画还能成就这么一个大产业,这次卖出去就有1亿RMB多。那么用3D做成的产品,有没有也能挣一个亿呢?
    我们是否起来挑战3D MAX,或者其它的3D软件市场呢?
    我们的3D文化产业又在那里找到市场呢?

连接


--------------------------------------------------------------------------------
 
DirectX Links

http://msdn.microsoft.com/directx - DirectX developers homepage.
http://microsoft.com/directx - DirectX end-users homepage.
http://www.microsoft.com/xna/ - Microsoft's XNA homepage.
http://www.mvps.org/directx/ - Graphics articles and source code.

General Links

http://msdn.microsoft.com/library/ - MSDN library.
http://mathworld.wolfram.com/ - Great resource for mathematics.
http://www.physicsforums.com/ - Physics help forum.
http://longhorn.msdn.microsoft.com/
http://msdn.microsoft.com/Longhorn/understanding/pillars/avalon/
http://www.mathgv.com/ - Useful math function plotting free software.

Math and Physics

http://www-2.cs.cmu.edu/afs/cs/user/baraff/www/pbm/pbm.html - Intro. Physically Based Modeling
http://www.ioi.dk/Homepages/thomasj/publications/gdc2001.htm - Advanced Character Physics

3D Computer Graphics Links

http://research.microsoft.com/graphics/ - Microsoft's computer graphics research page.
http://developer.nvidia.com/ - NVIDIA developer homepage.
http://ati.com/developer/index.html - ATI developer homepage.
http://astronomy.swin.edu.au/~pbourke/ - Paul Bourke's homepage. 
http://www.siggraph.org/ - ACM SIGGRAPH homepage.
http://www.wild-magic.com/ - Graphics info and source code.
http://www.magic-software.com - Graphics info and source code.
     http://www.magic-software.com/Graphics.html
http://www.darwin3d.com/ - Jeff Lander's website.  Check out his Game Developer articles.
http://www.beyond3d.com/ - 3D news.
http://www.faqs.org/faqs/graphics/algorithms-faq/ - comp.graphics.algorithms newsgroup FAQ.
http://www.cs.brown.edu/~tor/sig2003.html - SIGGRAPH 2003 Papers on the Web.
http://www.cs.brown.edu/~tor/sig2004.html - SIGGRAPH 2004 Papers on the Web.
http://www.cognigraph.com/ROAM_homepage/ - ROAM terrain algorithm homepage.
http://www.cc.gatech.edu/gvu/people/peter.lindstrom/ - Graphic Researcher Peter Lindstrom's homepage.
http://www.devmaster.net/ - General graphic/game development site with some articles.
http://research.microsoft.com/~ppsloan/ - Graphic Researcher Peter-Pike Sloan's homepage.
http://www.renderosity.com/ - Yet another 3D computer graphics art site.
http://www.vterrain.org/LOD/Papers/ - List of published terrain algorithm papers.
http://research.scea.com/research/research.html - Sony Computer Entertainment America
    Research and Development.
http://developer.nvidia.com/object/melody_home.html - Melody program creates high quality normal maps that make a
    low-poly model look like a high-poly model.
http://www.alias.com/eng/about/research/papers/ - Alias computer graphics research.
http://www.csclub.uwaterloo.ca/clubs/spp/winter98/radiositylinks.html - Radiosity links.
http://www.debevec.org/ - Paul Debevec's graphics page.
http://www.3dif.org/index.php - 3D Industry Forum.
http://www.shadertech.com/ - GPU shader site.
http://freespace.virgin.net/hugo.elias/models/m_ffire.htm - A discussion of programming a fire simulation.
http://triplebuffer.devmaster.net/misc/yannl.php - Some useful forum posts a Mr. Yann L. made on gamedev.com.
http://mightystudios.com/home/index.php - Homepage of the author of Real-Time 3D Terrain Engines Using C++ and DirectX 9
http://www.flipcode.com/articles/article_lightmapping-pf.shtml - Lightmapping article.


Game Art Resources

http://www.planetside.co.uk/terragen/ - Homepage of the application Terragen, which is a free (for private use) terrain generating application.  You can use it to export terrain heightmaps and create terrain textures. 
http://www.marlinstudios.com/home/home.htm - Commercial site that sells textures and 3D models for games, etc.
http://www.cgnetworks.com/ - Computer Graphics site that focuses on artwork, rather than algorithms.
http://www.3dfilmmaker.com/index.php - Another 3D computer graphics art site.
http://www.mayang.com/textures/ - Free textures.
http://www.3dbuzz.com/ - 3D modeling site with training videos. 
http://www.turbosquid.com/ - Commercial site that sells textures and 3D models for games, etc.
http://astronomy.swin.edu.au/~pbourke/texture/ - Downloadable textures.
http://www.realtexture.com/ - Commercial site that sells textures and 3D models for games, etc.
http://www.outhousesoftware.co.uk/gamesuccess.htm - Commercial site that sells textures and 3D models for games, etc.
http://www.3-d-models.com/ - Commercial site that sells textures and 3D models for games, etc.
http://www.noctua-graphics.de/english/freetex_e.htm - Texture resources.
http://www.planetquake.com/subverse/ - Texture resources.
http://www.vb3d.com/Textures.html - Texture resources.


Game Development Links

www.gamedev.net - General game developer site.
www.flipcode.com - General game developer site.
www.gameinstitute.com - Online game development courses.
http://www.igda.org/ - International Game Developer association.
http://gamasutra.com - Game Developer magazine website.
http://www.devmaster.net/ - General game developer site.

 

Programming Languages

http://www.yoda.arachsys.com/csharp/faq -C# FAQ.
http://www.parashift.com/c++-faq-lite/index.html - C++ FAQ.
http://blogs.msdn.com/tmiller/ - Tom Miller's Blog.
http://www.stack.nl/~dimitri/doxygen/ - Doxygen website--C++ documentation generator program.
http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/ - C++ standard proposals.

Commercial Sites

http://www.tomshardware.com
http://www.anandtech.com
http://www.extremetech.com/
http://www.pricewatch.com
http://www.lavasoftusa.com/software/adaware/#free


 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值