CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 3D Demo

搜索资源列表

  1. OpenGLDemo

    0下载:
  2. 这是一个自已写的简单ANDROID OPENGL ES的DEMO,适合刚入门3D开发的人参考。-This is a simple self-written ANDROID OPENGL ES of DEMO, 3D development for people just getting started reference.
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:606005
    • 提供者:chenyongli
  1. Radiosity

    0下载:
  2. 光能传递算法,网上搜集的,在研究3D阴影生成的可以参考下, OpenGL做的演示-Radiosity algorithms, online collection, and 3D shadows generated in the study can refer to, OpenGL demo made
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-03
    • 文件大小:535558
    • 提供者:Leo
  1. plane_shade.rar

    0下载:
  2. 使用DirextX9,建立3D框架,演示平面阴影和碰撞检测算法。,Use DirextX9, the establishment of 3D framework, demo plane shadow and collision detection algorithm.
  3. 所属分类:DirextX

    • 发布日期:2017-05-13
    • 文件大小:2723441
    • 提供者:淘气堡
  1. wangle_10125811_D3DSprite

    0下载:
  2. 采用D3D写的3D游戏demo 仿照雷电模式,实现了碰撞即子弹击毁敌机-3D game using D3D write modeled lightning demo mode, and realize that bullet destroy enemy aircraft collision
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-20
    • 文件大小:5707144
    • 提供者:wangle
  1. game3dlod_080617

    2下载:
  2. 该源码为Thatcher Ulrich的游戏引擎测试器。是一个实验性和非实验性的面向游戏和图形的代码的混杂集合。可以利用该引擎LOD四叉树的算法。在大型3D游戏中,大规模室外地形真实感渲染是个室外渲染引擎的核心部分。而实现一个大规模的地形渲染系统的关键是怎么简化地形,抛弃不必要的渲染动作(如看渲染不见的三角形和不必要的细节)来加快渲染速度。 该代码支持3D网络游戏,有客户端和服务器端,语言使用C++,支持Linux, WIN32,可以参考demo程序。 编译可以在WIN32下,有Visu
  3. 所属分类:Game Engine

    • 发布日期:2017-04-10
    • 文件大小:1159689
    • 提供者:gamedriver
  1. OpenGL.Demos

    0下载:
  2. 自己学习OpengGL时做的Demo,希望能对大家有用。-A opengl 3d maze demo.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-04
    • 文件大小:675824
    • 提供者:李松
  1. jidea0.9

    0下载:
  2. JS实现2D,3D效果报表,演示代码非常全面,欢迎大家使用-JS realization of 2D, 3D effect statements, the demo code is a very comprehensive welcome to use
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-16
    • 文件大小:39103
    • 提供者:方勇
  1. 3Dballenceball

    0下载:
  2. 此为作者自主研发的3D引擎swe的一个简单的演示程序,主要是演示引擎的物理模块的功能。所以做得比较简单。 另外,作者不太懂美术,也做不出比较漂亮的关卡,这还是求朋友给做了一个,画面也显得很粗糙。 附的源码只是本演示相关的源码,并没有带引擎的源码。-This is the author of self-developed 3D engine swe a simple demo program, the main engine is to demonstrate the functio
  3. 所属分类:Game Program

    • 发布日期:2017-05-17
    • 文件大小:4275248
    • 提供者:tplank
  1. KawaiiGL

    0下载:
  2. Kawaii kawaii yes hello this is just something I wrote as a demo for opengl in 3d it is very cute and square and stuff with it along way for it to go hello.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-07
    • 文件大小:51391
    • 提供者:testtest
  1. XBAP3DPhysics-3101

    0下载:
  2. 在WPF - XBrowser 下的3D物理引擎代码及演示demo-In WPF- XBrowser under the 3D physics engine code and demo demo
  3. 所属分类:3D Graphic

    • 发布日期:2017-03-28
    • 文件大小:294762
    • 提供者:肖海
  1. CODE_UPLOAD136331102001

    0下载:
  2. 3D WORLD,演示用OpenGL制作3D场景,有类似CS的控制方式,键盘控制步伐,鼠标控制朝向。VC6编译即可-3D WORLD, demo 3D scenes produced using OpenGL, a similar CS control method to control the pace of the keyboard, mouse control towards.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-28
    • 文件大小:97059
    • 提供者:一招鲜
  1. S60_Platform_3D_Game_Engine_Example_v1_2_en

    0下载:
  2. 一个基于symbian s60 3rd 的3D汽车游戏演示程序,模拟器上编译通过。-3D car game demo program based on Symbian s60 3rd , through the simulator on the compiler.
  3. 所属分类:Symbian

    • 发布日期:2017-04-26
    • 文件大小:199339
    • 提供者:Nicholas
  1. nix.tar

    0下载:
  2. 3D OpenGL demo with background music
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-19
    • 文件大小:5330457
    • 提供者:trojanl
  1. D3DXCreateText

    0下载:
  2. 一个自己写的实现3D字体旋转的demo.适合学习DX9与游戏开发的人的学习。-Write your own realization of a 3D font rotation demo. For DX9 and the game developers to learn the person' s learning.
  3. 所属分类:Game Program

    • 发布日期:2017-04-07
    • 文件大小:10951
    • 提供者:张立伦
  1. 3d_game

    0下载:
  2. 3d游戏教程,附带demo,本资源版权归作者所有-3d game helping document
  3. 所属分类:Game Program

    • 发布日期:2017-06-16
    • 文件大小:24909705
    • 提供者:hydra
  1. Textures

    0下载:
  2. 一个directx的演示程序,该程序展示了一个旋转的木桶,并且有光照的效果,适合3d入门者学习。-Directx demo a program to display a rotating barrel, and the effect of light, suitable for beginners to learn 3d.
  3. 所属分类:DirextX

    • 发布日期:2017-04-02
    • 文件大小:84969
    • 提供者:冰海无浪
  1. zyj-3dtext

    0下载:
  2. 利用ArcEngine三维文本标注 利用Vb.net编写的小DEMO-3D Text Annotation based ArcEngine
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:401880
    • 提供者:虎旦
  1. clouds_src

    0下载:
  2. 3d clouds by opengl and c++ ,include graphic and demo
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:863004
    • 提供者:jessica
  1. VB_DX8_3DTerrain

    0下载:
  2. Demo of 3D landscape terrain using DirectX and Visual Basic 6
  3. 所属分类:DirextX

    • 发布日期:2017-04-05
    • 文件大小:851205
    • 提供者:fabio
  1. labyrinth

    0下载:
  2. Demo of 3D game written in Visual Basic 6.0 using MS DirectX
  3. 所属分类:DirextX

    • 发布日期:2017-04-04
    • 文件大小:601425
    • 提供者:fabio
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 16 17 »
搜珍网 www.dssz.com