| | Saturday, July 5, 2008 |  |
| |
| OpenGL Tutorials and a new XNA toolkit! | |  |
| Posted by: Kazade at 2:23:26 AM |  |
| |
Donald Urquhart has written to tell me about his revamped website, it contains loads of OpenGL tutorials. It's really amazing work so check it out here!
David Diaz (peacefulshade) has also contacted us about a new XNA toolkit that he has spent a year working on called Betacell. Here are the features:
- At the heart of BetaCell there's an effect composer engine. What it does is take fxh files, which are known as functions at runtime, modify them if needed, and create fx files including the logic of the fxh files. This has 2 main advantages:
- Allows the user to create effects by composing them. In my perspective, is really hard when you have 20 shaders in your application and you discover that part of it is going to be outdoors, so you need to add fog. If you still want to have your regular shaders, you would end up with 20 more shaders for a total of 40; the number of shaders increase exponentially with the characteristics. With BetaCell, you add effect functions together and let the toolkit make the effect for you.
- The user can create effects on the fly at runtime.
- Has many functions (fxh files) built in like environmental mapping, normal mapping, displacement mapping, shadow mapping, lightning calculations, texture effects
- Has a particle effect framework that works by composing particle effect parts leveraged by the effect composer engine
- Lets you create content in blender and HME, many developers don't have access to proprietary content creation programs
- You can animate your meshes in blender and load the animated meshes using BetaCell
- Has a flexible vertex definition, you create a vertex buffer with a call like this one: createVertexBuffer(position, color, vertexIndex, vertexWeight) , you pass the components you need
- Has many built in encapsulated algorithms like
- Ray picking
- Terrain generating
- Terrain Culling
- Draw ordering
- Procedural creation of solids: cubes, cylinders and spheres
- A lot of documentation
- Over 30 tutorials
- A reference documentation online
If XNA is your thing it's definitely worth a look! Find it at www.betacell3d.com
Read More.. | 0 Comments
|  |
| | Tuesday, June 24, 2008 |  |
| |
| Problems viewing the new lessons? | |  |
| Posted by: Kazade at 3:48:30 PM |  |
| |
As some of you have noticed there is a bug when viewing the new lessons on the new wiki. If you keep getting redirected to the revision history please delete the "history" cookie for nehe.gamedev.net.
We'll have this fixed as soon as we can.
Read More.. | 0 Comments
|  |
| | Friday, June 13, 2008 |  |
| |
| New NeHe Lessons released!! | |  |
| Posted by: Carsten Haubold at 5:00:27 AM |  |
| |
3 new NeHe Lessons are out!
Hurry up and get them :)
http://nehe.gamedev.net/wiki/NewLessons.ashx
We've put a lot of effort into these 3 lessons to use good C++ code, create a platform independent basecode (thats why we use SDL) and use only up to date OpenGL.
And yes, thats our new wiki, well port more and more of the content of the main page to the wiki so we're able to apply changes more easy.
Cheers
Carsten (aka Caste) @ NeHe-Team
Read More.. | 2 Comments
|  |
| | Tuesday, May 20, 2008 |  |
| |
| MysticGD's Animation SDK EMotion FX now available on Mac | |  |
| Posted by: MysticGD at 3:33:41 PM |  |
| |
MysticGD, a leader in realtime character animation middleware, announced that its realtime game animation middleware product EMotion FX is now officially available on the Mac platform as well.
Read More.. | 0 Comments
|  |
| | Friday, May 2, 2008 |  |
| |
| APOCALYX 3D Engine: 0.9.2 Release | |  |
| Posted by: Leonardo Boselli at 12:18:09 PM |  |
| |
A new release of the APOCALYX 3D Engine is available for download, also in a all-in-one easy-to-get 60 Mb installer (including the runtime, the documentation, the demos and the sources).
The APOCALYX 3D Engine is a free game engine that a developer can completely program through LUA scripts. It is based on OpenGL, with GLSL support, and includes several open source libraries, that manage from AI functions, to physics and speech synthesis.
The engine capabilities are shown through a dozen demo packages containing other dozens of small demos and also a few simple games, from flight simulators, to first-person-shooters and shoot’em up side-scrollers. The new version has mainly improved the animation speed of the supported model formats.
Don’t miss the APOCALYX Blog, with daily news about the engine and its development.
Read More.. | 0 Comments
|  |
| | Monday, April 21, 2008 |  |
| |
| Solis! | |  |
| Posted by: Kazade at 2:01:02 PM |  |
| |
J.Raza and bulgarianOgre have sent news of their Zelda style game Solis, complete with map editor!

It's available for download from the SourceForge project page. Great work guys!
Read More.. | 1 Comments
|  |
| | Sunday, April 20, 2008 |  |
| |
| Visual Basic Shader Tutorials and Ports | |  |
| Posted by: Kazade at 1:39:33 AM |  |
| |
Paul Dahuach has sent us a link to his site where he has examples of using Cg shaders with Visual Basic. His site also lists a load of NeHe ports. It's definitely worth checking out if VB is your language of choice. Take a look.
Read More.. | 0 Comments
|  |
| | Friday, April 18, 2008 |  |
| |
| Chesstacular released | |  |
| Posted by: Arthur Times at 8:31:44 PM |  |
| |
This is by far my most ambitious project. It's a battle chess clone written from the ground up in C++, OpenGL and SDL.
Read More.. | 0 Comments
|  |
| | Tuesday, March 4, 2008 |  |
| |
| Updated REALbasic ports | |  |
| Posted by: Kazade at 6:41:21 AM |  |
| |
Thomas Cunningham has sent updated ports for REALbasic of lessons 2-6. You can find them linked at the bottom of the lessons. Thanks Thomas, great work!
We are continuing making improvements to the site. The list of links on the left are growing and more ports are coming along with other NEW top secret elements of the site!!
As always, if you have any OpenGL news to share just use the "Submit News" link. Also, if you would like your OpenGL website or blog linked from here you can send us an email through the reinstated "Contact Us" link on the left.
Read More.. | 0 Comments
|  |
| | Monday, March 3, 2008 |  |
| |
| Lumina GLSL IDE | |  |
| Posted by: Kazade at 7:31:03 AM |  |
| |
oc2k1 has sent news of a new version of his GLSL Lumina IDE. Here's a description from OpenGL.org
Quote:
Lumina is a free crossplatform development environment for GLSL shaders. An ECMA script based language is used for tools and rendering control. Lumina provides maximum flexibility that allows the user to build renderer prototypes for deferred shading, depth peeling or HDR rendering, as well as vertex shader and instancing accelerated bezier objects, skinng or GPU based particle systems. This software requires an Opengl 2.0 capable card (GLSL, VBO and FBO).
|
Version 0.3.3 adds several Shader Model 4.0 features including transform feedback, bindable uniforms and layered rendering. These features can be used to build particles systems that can run without any CPU calculations. Check out a video here.
You can download this cool program from the website on Sourceforge
Read More.. | 0 Comments
|  |
| | Saturday, March 1, 2008 |  |
| |
| CodeBlocks IDE has first stable release! | |  |
| Posted by: Kazade at 2:28:05 AM |  |
| |
I just thought I'd post to let you guys know that the CodeBlocks team has released their first stable release of their cross-platform C++ IDE after years of development.
The Windows installer comes bundled with the latest MingW compiler but the IDE can be configured for many others.
You can download it from their website
Read More.. | 0 Comments
|  |
| | Saturday, February 23, 2008 |  |
| |
| FTP access is back! | |  |
| Posted by: Kazade at 2:41:41 AM |  |
| |
We have some good news! We've finally obtained FTP access to the site!!
I have removed some broken links on the left hand side of the site, also, the Czech and Chinese translation links have been fixed! If anyone has any OpenGL sites that they would like added to the list of links just send an email to nehedev AT gmail DOT com.
We'd like to give the site a bit of a cleanup but our graphic design skills are seriously lacking. If anyone is feeling particularly artistic we could do with a new sharper "Latest NeHe news" ;)
I have uploaded an MASM port of lesson36 which was submitted by UFO-Pu55y, great work!
In the next few weeks we will start adding new content to the site so watch this space! :)
Read More.. | 0 Comments
|  |
| | Tuesday, January 15, 2008 |  |
| |
| OpenTK game programming toolkit reaches version 0.9.0 | |  |
| Posted by: Stefanos Apostolopoulos at 11:55:31 PM |  |
| |
OpenTK is an elegant game programming toolkit for Mono/.Net, in the spirit of GLFW or SDL.
The latest version introduces OpenAL support and improves on the OpenGL bindings, with specific enums for all core OpenGL functions. Not only does this make the OpenGL API more intuitive, but also safer and faster to work with.
Read More.. | 3 Comments
|  |
| | Monday, December 24, 2007 |  |
| |
| Merry Christmas | |  |
| Posted by: Carsten Haubold at 6:12:41 AM |  |
| |
The NeHe-team wishes you merry christmas and a happy new year!
We're glad to announce that we'll be able to update the page soon and we'll be busy over the christmas holidays working out some cool stuff for you!
Read More.. | 1 Comments
|  |
| | Saturday, December 8, 2007 |  |
| |
| LibAn8 v7.12.08 is available ( an Anim8or file viewer) | |  |
| Posted by: Grgory Smialek at 1:52:01 PM |  |
| |
LibAn8 v7.12.08 is available. This C++ library loads .an8 files from Anim8or(objects, materials, figures, sequences including skinned meshes and animated scenes).
A very very basic OpenGL viewer is included.
Anim8or is a free and easy to use 3D modeling and character animation program:
http://www.anim8or.com
Read More.. | 5 Comments
|  |
| | Monday, October 29, 2007 |  |
| |
| GLSL-Debugger: glslDevil released | |  |
| Posted by: Carsten Haubold at 12:40:04 PM |  |
| |
The uni Stuttgart has released a GLSL debugger which takes your OpenGL application and lets you trace all OpenGL commands.
Furthermore it shows you the source of the GLSL shaders currently used in your app and lets you play with values.
It's definitely worth a look: http://www.vis.uni-stuttgart.de/glsldevil/
Read More.. | 2 Comments
|  |
| | Tuesday, October 2, 2007 |  |
| |
| WebUpdate | |  |
| Posted by: Michal Bubnar at 12:09:35 PM |  |
| |
I have recreated my Megabyte Softworks webpage and also moved it to new server, which should run faster. The new address is www.mgbsoft.tym.sk. I plan to update my webpage often. I've got lots of ideas. For now, there are my old projects and some new things - first part of my new tutorial called Sphere Physics Model, which shows you sphere collision detection and response and first part of article series on 3D Math. Check this out!
Read More.. | 0 Comments
|  |
| | Saturday, September 29, 2007 |  |
| |
| BlendInspect - OpenGL Blendmode Inspection | |  |
| Posted by: Matthias Grumet at 5:28:59 PM |  |
| |
BlendInspect is a free tool to visualize the blendmodes that are available in OpenGL. This is useful to find the right SRC/DST-combination blendmode for your game. All you need to run it is Java and an OpenGL-compatible graphics card.
Read More.. | 1 Comments
|  |
| | Thursday, September 27, 2007 |  |
| |
| OpenTK releases version 0.3.12 | |  |
| Posted by: Stephen A at 7:40:53 AM |  |
| |
OpenTK is a cross-platform game development library for .Net/Mono, in the spirit of SDL or GLFW.
The latest version introduces faster OpenGL extension loading, support for Mouse and Keyboard input, framerate limiting for GameWindow and new OpenGL tutorials.
Visit the homepage for downloads.
Read More.. | 0 Comments
|  |
| | Tuesday, September 18, 2007 |  |
| |
| AntTweakBar 1.1 Released | |  |
| Posted by: philippe_ at 1:50:51 PM |  |
| |
AntTweakBar is small and easy-to-use C/Cpp library that allows to quickly add a light and intuitive GUI into OpenGL based graphic programs to interactively tweak them. It is free and works with Windows and Linux (and with GLUT, SDL, GLFW,...). The latest version AntTweakBar 1.1 includes a long-awaited feature: the String variable type (and keyboard input for value editing), along with several improvements.
Read More.. | 0 Comments
|  |
| | Monday, August 20, 2007 |  |
| |
| NeHe tutorials ported to D | |  |
| Posted by: Kazade at 7:10:54 AM |  |
| |
D is an up and coming language that aims to take the power of C++ and make it better. From the D site:
Its [D's] focus is on combining the power and high performance of C and C++ with the programmer productivity of modern languages like Ruby and Python.
More information can be found here and here. Although immature, its ability to link to C means it can link to many existing libraries including OpenGL and SDL...
Olli Aalto has been busy porting the majority of the original NeHe lessons to D and SDL!!! His ports and tutorials can be found on his blog. Definitely worth a look!!!
Read More.. | 5 Comments
|  |
| | Friday, August 10, 2007 |  |
| |
| OpenGL 3 Officially Announced! | |  |
| Posted by: Kazade at 3:42:40 AM |  |
| |
OpenGL 3 has been officially announced at the SIGGRAPH annual conference. This is the version of OpenGL that has been codenamed as "Longs Peak" and includes fundamental changes to the OpenGL API as well as the removal of legacy features. Slides from the conference are available here
Read More.. | 0 Comments
|  |
| | Saturday, August 4, 2007 |  |
| |
| OpenGL updates from opengl.org | |  |
| Posted by: Kazade at 2:21:49 AM |  |
| |
As some of you may know, the Khronos group is making some major changes to the OpenGL API. 'Longs Peak' which will be the next OpenGL release will see a revamp of the entire API. Currently the specification is not yet released as it is still being worked on, but some details are discussed in the OpenGL Pipline Newsletter. Links to the 'Long Peaks' information follow:
Using the Longs Peak Object Model
Longs Peak Update: Buffer Object Improvements
Another Object Lesson
Climbing OpenGL Longs Peak - An OpenGL ARB Progress Update
Climbing OpenGL Longs Peak, Camp 3: An OpenGL ARB Progress Update
It's worth keeping an eye on this stuff, there are some really cool changes!
Read More.. | 0 Comments
|  |
| OpenGL Video Tutorials | |  |
| Posted by: Kazade at 2:07:09 AM |  |
| |
Bill Jacobs has sent this news:
I have recently made a free video tutorial that teaches 3D programming in C++ using OpenGL and GLUT. It covers both OpenGL syntax and 3D programming in general. It is designed to be as beginner-friendly as possible.
This is a really cool way to learn so head on over to http://www.videotutorialsrock.com/ and take a look!
Read More.. | 1 Comments
|  |
| | Friday, July 13, 2007 |  |
| |
| Screen savers and Open API | |  |
| Posted by: Nightst4r at 5:53:47 PM |  |
| |
Just wanted to let you know we started an open source wrapper for c#, incase anyone may might be interested :)
http://sourceforge.net/projects/wogl-sharp/
And I made some fun free opengl screen savers! They are not heavily tested, but it seems to work well for everyone who's tried it so far. :)
http://www.arbitrarysoftware.com/site/
Read More.. | 2 Comments
|  |
| | Tuesday, July 10, 2007 |  |
| |
| SIWare tutorials | |  |
| Posted by: Kazade at 6:43:40 AM |  |
| |
Stephanus Indra has written to inform us of a series of OpenGL tutorials hosted on his site. They look pretty cool, definitely worth checking out!
Read More.. | 1 Comments
|  |
| | Wednesday, May 9, 2007 |  |
| |
| Demoscene party | |  |
| Posted by: Seb at 8:22:01 PM |  |
| |
The invitation for this weekend's demoscene event, "Outline 2007" in the Netherlands, has been released as a 55kb standalone OpenGL application. You can downdload it here: http://www.pouet.net/prod.php?which=30637
Read More.. | 0 Comments
|  |
| | Sunday, May 6, 2007 |  |
| |
| NeHe in thinBASIC | |  |
| Posted by: matthew at 5:03:32 AM |  |
| |
If you're finding that learning OpenGL in C++ is a little difficult then why not try learning about it in BASIC first? So far 13 of the NeHe lessons have been ported to thinBASIC and you can find them here on the thinBASIC Forum.
Read More.. | 0 Comments
|  |
| | Thursday, May 3, 2007 |  |
| |
| New OpenGL® API Step by Step Tutorials | |  |
| Posted by: AutoQ3D Project Team at 8:31:45 PM |  |
| |
This page lists some OpenGL® API tutorials to introduce you in the world of 3D programming.
The programming language to develop thess tutorials was C++ and wxWidgets as the library to build a graphical user interface {GUI)
http://learn3d.ecuadra.com
Read More.. | 1 Comments
|  |
| | Sunday, April 29, 2007 |  |
| |
| We need you! | |  |
| Posted by: Kazade at 2:36:41 AM |  |
| |
We have been experiencing problems with the news system and have been unable to post. This has now been fixed (obviously!) so now we need more OpenGL news from you guys! If you have any OpenGL related news or OpenGL projects you'd like to advertise, then just click the "Submit news" link on the left and let us know!
Read More.. | 0 Comments
|  |
| OpenGL performance on Windows Vista | |  |
| Posted by: Kazade at 1:47:04 AM |  |
| |
OpenGL.org is hosting an article to help dispel worries about OpenGL performance on Windows Vista.
Read More.. | 0 Comments
|  |
| Mesa3D 6.5.3 | |  |
| Posted by: Kazade at 1:30:36 AM |  |
| |
Mesa3D has released version 6.5.3 of their open source OpenGL implementation. Key features from this release are:
- OpenGL 2.0 and 2.1 API support.
- Entirely new Shading Language code generator. See the
Shading Language page for more information.
- Much faster software execution of vertex, fragment shaders.
- New vertex buffer object (vbo) infrastructure
- Updated glext.h file (version 39)
- Updated glxext.h file (version 19)
- GL_MAX_DRAWBUFFERS is now 4 (software rendering) so
"multiple render targets" are really supported.
This will be the last release before version 7 which will boast full support for the OpenGL 2.0 API.
Read More.. | 0 Comments
|  |
| Lumina IDE | |  |
| Posted by: Kazade at 1:23:31 AM |  |
| |
oc2k1 has informed us of his project Lumina; a GLSL IDE. This looks like one of the best cross-platform GLSL IDEs out there. Downloads, screenshots and usage tutorials can be found on the project page on sourceforge.
This is a very cool project, good work oc2k1!
Read More.. | 0 Comments
|  |
| | Tuesday, March 13, 2007 |  |
| |
| OpenGL invitation for Breakpoint 2007 | |  |
| Posted by: Seb at 7:52:52 PM |  |
| |
The official invitation for Breakpoint 2007, the biggest demoscene event, has been released as a 64k OpenGL intro.
You can can find it over there: http://www.pouet.net/prod.php?which=30055
Read More.. | 0 Comments
|  |
| | Saturday, March 3, 2007 |  |
| |
| Beta code release | |  |
| Posted by: BBB at 10:31:33 AM |  |
| |
Those of you who have been eagerly awaiting the first batch of new NeHe lessons will be pleased to hear that the sample code for the first 5 lessons has been released for public beta. Please check the full version of this article for further details, and feel free to leave any comments or questions you might have in this thread in the NeHe discussion forum.
Read More.. | 15 Comments
|  |
| | Wednesday, February 28, 2007 |  |
| |
| New Chinese Tutorials website (all 48 lessons) | |  |
| Posted by: richardbao at 9:19:12 AM |  |
| |
All 48 NeHe lessons have been translated into Chinese. You can find the translated tutorials at www.owlei.com/dancingwind/
Read More.. | 8 Comments
|  |
| OpenGL SDK now online! | |  |
| Posted by: Kazade at 6:48:04 AM |  |
| |
OpenGL.org now has an on-line area for documentation, sample code, tools and links to tutorials. It can be found here.
Read More.. | 0 Comments
|  |
| | Thursday, February 22, 2007 |  |
| |
| OpenGL GPU Caps Viewer released | |  |
| Posted by: Jason Adams at 12:57:43 AM |  |
| |
GPU Caps Viewer is a freeware utility that quickly describes the essential capabilities of your graphics card/GPU including GPU type, VRAM, OpenGL API support level, OpenGL API extensions supported and general system configuration, as well as a stress-test functionality.
Read More.. | 0 Comments
|  |
| | Wednesday, February 14, 2007 |  |
| |
| Tatsumaki: Land at War is back, and hiring | |  |
| Posted by: Eyes Out Entertainment at 9:34:17 PM |  |
| |
Tatsumaki: Land at War has launched a massive update in which our new, shader 2.0 enriched engine, is shown off. There are also numerous positions available in our GDNet Help Wanted post.
Read More.. | 3 Comments
|  |
| | Tuesday, February 13, 2007 |  |
| |
| New Site - Card Games with OpenGL render | |  |
| Posted by: FjCladellas at 6:12:23 PM |  |
| |
Big Solitaires 3D v1.0 new game release.
Solitaires 3D is a collection of 40 solitaire games with OpenGL 3D render, released under a GPL licence.
URL: http://big3dsol.sourceforge.net
Source is available at the site.
Many thanks to NeHe tutorials.
Read More.. | 0 Comments
|  |
| | Monday, January 30, 2006 |  |
| |
| NEW SITE | |  |
| Posted by: GameDev.net Contributor at 12:00:00 AM |  |
| |
I recently created a website which will contain articles / tutorials about game programming. I do not cover graphical API but rather game design from a higher point of view.The first article is up at http://www.everdusk.be/Game_Programming.shtml. The 2nd one will follow in two or three weeks (half written, but, aargh, exams). The first one talks about initial prerequisites about game programming, if an engine should be coded or another one reused, also about what software is available and a bit about code redistribution in the interest of the project (GPL or not).I though It might be of some interest for your audience.Vincent Brzusczak (SKSlayer)
Read More.. | 0 Comments
|  |
| MASSIVETRACKS | |  |
| Posted by: GameDev.net Contributor at 12:00:00 AM |  |
| |
This is pretty cool... www.massivetracks.net offers music for game developement. They have a large collection of royalty free music. Definitely worth checking out if your working on a game and need some tunes!
Read More.. | 0 Comments
|  |
| AMSTARFIELD | |  |
| Posted by: GameDev.net Contributor at 12:00:00 AM |  |
| |
v0.52 of Amstarfield (NovodeX project) is now available... You can grab it here: http://www.jerryhammond.pwp.blueyonder.co.uk/jerryham/amstarfield.html... If anyone would like to see some of my unfinished work it can be found here: http://www.jerryhammond.pwp.blueyonder.co.uk. This is the first time I've really shown anything to anyone, hope you like it :-)jerryham
Read More.. | 0 Comments
|  |
| ICEWAR | |  |
| Posted by: GameDev.net Contributor at 12:00:00 AM |  |
| |
Wojtek has written a game in OpenGL with his friends. It's an online First Person Shooter called IceWar. You're one of the snowmen and your target is to kill other snowmen. The game offers two types of play: FAW (Fire At Will - well known Death Match), and HST (Help Some Team - simple team play). Visit chomzee.bandyta.pl/iw/. The website is in Polish, but the game is in English.
Read More.. | 0 Comments
|  |
| KNIGHTS | |  |
| Posted by: GameDev.net Contributor at 12:00:00 AM |  |
| |
Posted a new demo by Simon Flannery called Knights. It's an OpenGL demo using the stencil buffer to teach others about the tricks of reflections and planar shadows. Both a win32 build and glut build are included plus all source code. You can find the demo on the download page under 'K'.
Read More.. | 0 Comments
|  |
| TAXI DRIVER | |  |
| Posted by: GameDev.net Contributor at 12:00:00 AM |  |
| |
Taxi Driver: A Naughty Ville. Full review is on www.vipa.republika.pl. Features include: model lighting, light direction (car lights), collisions and 3d sound. The whole game is in Polish, but language is not that important. Source code will be downloadable on my page in near future. In the meantime, grab the demo (two parts from the url above).
Read More.. | 0 Comments
|  |
| RAGE 3D ENGINE: NOW OPEN SOURCE | |  |
| Posted by: GameDev.net Contributor at 12:00:00 AM |  |
| |
For the last 2.5 years I have been working at a game development studio as lead on a game engine called Rage 3D written in Delphi. The company decided that they where moving the focus to c++, so I resigned, and was given the opportunity to take the engine with me. Rage 3D is now an Open Source engine on Sulaco, and will be distributed under the license on the RageGL Subsite.For a more indepth view of the engine http://www.sulaco.co.za/rage_game_engine/scene_functions.htm.You can also view screenshots of the engine in action. http://www.sulaco.co.za/rage_game_engine/screen_shots.htmThe source for the rage will be available in the next week or so on sourceforge.net.Regards Maarten "McCLaw" Kronberger www.sulaco.co.za
Read More.. | 0 Comments
|  |
| DARKROOM STUDIOS | |  |
| Posted by: GameDev.net Contributor at 12:00:00 AM |  |
| |
This is just a note to let fellow developers and enthusiasts out there know that Darkroom Studios has recently released for sale its new 3D Game Content Pack and will, shortly, have 2D texture packs available as well. The packs will be downloadable for instant access.The 3D pack contains multiple prefabs that can be used for anything from video game development to architectural projects. All models have correct UVW mapping for easily swapping out textures, have highly optimized meshes for fast rendering, and they come with the appropriate textures included and already applied. Also, the price of the pack is very competitive and should be attainable for any developer or hobbyist.You can view the Game Packs at www.darkroomstudios.com.
Read More.. | 0 Comments
|  |
| TWO OPENGL DEMOS | |  |
| Posted by: GameDev.net Contributor at 12:00:00 AM |  |
| |
Srki has released two OpenGL programs (one animation-demo and one little maze game). You can grab the maze game here: www.geocities.com/srki_82/MazeBin.zip. The demo file is quite large (over 3mb) and can be grabbed here: http://www.geocities.com/srki_82/GLSceneDemo.zip.P.S. Demo requires BASS.DLL to play sounds.
Read More.. | 0 Comments
|  |
| GAMETUTORIALS.COM | |  |
| Posted by: GameDev.net Contributor at 12:00:00 AM |  |
| |
A detailed tutorial with realistic water using bump mapping and refraction with terrain has been posted at www.GameTutorials.com. The tutorial is done in OpenGL using GLSL. Full source code and HTML/PDF versions available. Topics also covered are normal mapping, dudv maps, depth maps, Fresnel term and tangent space. Look in "Recent Tutorials" for HeightMap6.
Read More.. | 0 Comments
|  |