On October 23 I started a new exciting project of a driving simulation for Windows and XBox360, named "Oversteer". After the first day, the oversteer project website received more than 300 visits and the most important italian portal about driving simulations drivingitalia.net posted an article in the news section and in the forum.
Thursday, October 25, 2007
Thursday, October 4, 2007
F1 Japan GP comment
Ferrari did a great mistake with the strategy: starting with intermediate tyres was a big risk and Ferrari's drivers went out of track several times during the safety car laps! The email from FIA which constrained teams to start with full wet tyres arrived to Ferrari after the GP start! But this fact is only an extenuating circumstance to the big mistake of starting with intermediate tyres. Kimi Raikkonen did not succeed to overtake Kovalainen in the last laps, losing the last chances to win the Drivers' Championship.
Fernando Alonso did a mistake due to the tenseness but also to some aerodynamics problems on his car, caused by a previous collision with Vettel. Lewis Hamilton was very able to manage such a difficult race but he was very lucky too because he had no damage in a collision with Kubica.
Vehicle dynamics for racing games
I found in the net an interesting tutorial (in english) about vehicle dynamics for racing games, written by Ted Zuvich. This tutorial is a good starting point to create a racecar simulation game.
download tutorial
Wednesday, October 3, 2007
My workshop at Webbit 2003

3D Engine Architecture Workshop slides
Introduction to SDL library
SDL (Simple DirectMedia Layer) is a multiplatform multimedia library. It's very useful for writing 2D arcade games which can run on all the main platforms: Windows, Linux and Mac OS X. I wrote a little introductory article, which you can download from the link below.
article: Introduction to SDL
article: Introduction to SDL
Tuesday, October 2, 2007
DirectX 9.0 Shaders articles
This is a little series of articles about shaders in DirectX 9.0 i wrote in italian language for an italian magazine.
article1: Introduction to Vertex Shaders
article2: Using shaders in Win32 applications
article3: Lighting with shaders
article4: Pixel Shaders architecture
article1: Introduction to Vertex Shaders
article2: Using shaders in Win32 applications
article3: Lighting with shaders
article4: Pixel Shaders architecture
PortalX Engine Tutorials
After i created the prototype of the PortalX Engine, i realized it could be a good starting point for explaining how portal rendering works. So i wrote a series of tutorials about the design and the implementation of a simple portal engine. These 6 tutorials are now available for download in pdf format. I apologyze with foreign people, but they are in italian language because i wrote them for an italian magazine.
PortalX Tutorials download:
MD2 Bump mapping viewer

Features:
- Per-pixel diffuse and specular lighting model, implemented using shaders
- Pre-computed mesh normals,binormals,tangents for doing tangent-space per-pixel lighting
- Uses HLSL pixel and vertex shaders, version 2.0
- Use of specular per-pixel lighting permits more detail, even on low-poly models
- Supported OS: MS Windows 2000/XP
- Uses DirectX 9.0c API
XBsp Engine

Features:
- Scene management based on bsp trees, optimized for indoor environments
- Pre-computed Potential Visibility Set
- Scene file in Quake3 .bsp format
- Lighting based on lightmaps
- Animated characters in MD2 format
- Collision detection based on low detail meshes (brushes)
- Game data stored in compressed archive
- Sound support (mp3/ogg/wav/midi)
- Supported OS: MS Windows 2000/XP
- Uses DirectX 9.0 API
PortalX Engine

Features:
- Scene management based on portal rendering
- Custom scene file format (.px) (Is provided an exporter for 3DSMax)
- Realtime mirror effect
- Teleport effect
- Lighting based on lightmaps
- Animated characters in MD2 format
- Supported OS: MS Windows 2000/XP
- Uses DirectX 8.0 or OpenGL 1.3 API
Video of the demo:
Welcome!
In this blog we will speak about videogames programming and 3D Graphics in general. Another interesting theme is racecar vehicle dynamics and racecar simulation software.
Subscribe to:
Posts (Atom)