搜索资源列表

  1. jake2src-0.9.4.tar

    0下载:
  2. Jake2是ID公司的Quake2游戏引擎的Java版本,它运用了jogl、joal等一些图像和声音的技术。总的来说感觉还不错,便于我们进一步的研究3D网络游戏引擎。-Jake2 ID is the Quake game engine versions of Java, it used JOGL, such as its graphics and sound technology. The whole feeling was prett
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-20
    • 文件大小:7289856
    • 提供者:原泉
  1. jogl_demo

    0下载:
  2. JOGL是在java环境下使用OpenGL的一种方式,这些代码来自Dr. Andrew Davison的Pro Java 6 3D Game Development一书,给出了在JOGL中使用OpenGL的两种编程框架。 Web Site for the book: http://fivedots.coe.psu.ac.th/~ad/jg2
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:Boris Here
  1. MASassignment

    0下载:
  2. Multiagent system programmed using Java with Jason to simulate player interactivity in an MMORPG. Multithreaded & rendering done using openGL jOGL.-Multiagent system programmed using Java with Jason to simulate player in
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:5650432
    • 提供者:Chris
  1. JoglTest

    0下载:
  2. java实现的3D效果,利用jogl库,可以作为java3D的入门例子。-java to achieve 3D effects, use of jogl library, can be used as examples java3D entry.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:zhang
  1. jogl

    4下载:
  2. An opengl example of a planet with texture
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:markkoleall
  1. jogl-1.1.1-windows-i586

    0下载:
  2. librerias jogl para desarrolar en open gl en lenguiaje java
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1119232
    • 提供者:alex
  1. m3g

    0下载:
  2. M3g jsr-184 for j2se samples and midp emulator with jogl
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-20
    • 文件大小:3780608
    • 提供者:orvus
  1. essai

    0下载:
  2. this is sample demo of using jogl with shaders in GL2ES2 format.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:xavierm
  1. jogl1.1.2

    0下载:
  2. JOGL是Java对OpenGLAPI绑定的开源项目并设计为采用Java开发的应用程序提供3D图形硬件支持。 本压缩包内共三个文件: jogl1.1.2 nehe的jogl教程的源代码实例 OpenGL-Nehe完整中文教程.pdf-JOGL is a Java binding to the OpenGLAPI designed for open-source projects and applications deve
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:7072768
    • 提供者:java
  1. programaciongrafica

    0下载:
  2. ejemplos de jogl en java, sistema solar
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:45056
    • 提供者:alex
  1. JOGLLesson01SampleWindow

    0下载:
  2. The Java JOGL OpenGL binding using Netbeans. Lesson 1: In this lesson, the basic components of a JOGL program explained. Window production and camera positioning means gluLookAt () are explained. In addition,we create th
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:1089536
    • 提供者:Kamran Ali
  1. JOGLLesson02ExamplePrimitivesWithGLUT

    0下载:
  2. The Java JOGL OpenGL binding using Netbeans. Lesson 2: The second lesson deals with the production of geometric primitives with GLU and GLUT. Credit goes to http://www.jogl.info
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:1091584
    • 提供者:Kamran Ali
  1. JOGLLesson03Lighting

    0下载:
  2. The Java JOGL OpenGL binding using Netbeans. Lesson 3: The third lesson we learn about the lights.We treat different types of lights and how to generate one. Then we use this to our scene to light. Credit goes to ht
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:1089536
    • 提供者:Kamran Ali
  1. JOGLLesson04Material

    0下载:
  2. The Java JOGL OpenGL binding using Netbeans. Lesson 4: The fourth lesson covers materials that we can use to spice up our scene. Different materials are presented and explained their use. Credit goes to http://www.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:1089536
    • 提供者:Kamran Ali
  1. HelloWorld

    0下载:
  2. This is my first JOGL source program... it is simple but it may provide me with a basis for creating high quality 3-D games in Java.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:DaGamer
  1. SierpinskiTetrahedronRandomVertexColours

    0下载:
  2. My second biggest experiment with Java OpenGL... It s still simple but I will develop with it a lot... I see it as a way to develop really good shaders in JOGL-My second biggest experiment with Java OpenGL... It s still
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:DaGamer
  1. PickShape

    0下载:
  2. Ever wondered how to do picking in Java with a Java 3-D application?? Well look no further than this small piece of code I have done to do with picking in JOGL-Ever wondered how to do picking in Java with a Java 3-D appl
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:DaGamer
  1. BallsCollidingPointLight

    0下载:
  2. The most advanced work I have up to date with JOGL which is lighting with 3-D balls colliding and bouncing around and disappearing... You may edit the source code and see if you may get any interesting results!! Hopefull
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:DaGamer
  1. jogl-natives-win32

    0下载:
  2. JOGL开发的windows包,可以用于开发-JOGL development windows package, can be used to develop
  3. 所属分类:游戏

    • 发布日期:2024-05-20
    • 文件大小:60416
    • 提供者:junping
  1. JOGL-wandering

    0下载:
  2. 使用jogl实现的3d虚拟漫游场景 其中里面用到了中文文字的显示 还是值得参考的-Implemented using jogl scene 3d Virtual Tour
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:256000
    • 提供者:朱友勇
« 12 3 4 »

源码中国 www.ymcn.org