现在的位置: 首页 > 综合 > 正文

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

2013年10月18日 ⁄ 综合 ⁄ 共 5240字 ⁄ 字号 评论关闭
    由于有人不断跟我要什么资料,其实我也没有什么资料,就只有要有网络就行了。然后上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

 

 

抱歉!评论已关闭.