1 / 5

PARAMETRIC GAME ENGINE utilizing DirectX7

PARAMETRIC GAME ENGINE utilizing DirectX7. Michael Putz. Procedural World. = parametric description of the game-world Example: Terrain, Trees, Textures Benefits: less bandwith (!!) Less manpower required (modeling) infinite detail ( fractal trees ). components of the engine.

Télécharger la présentation

PARAMETRIC GAME ENGINE utilizing DirectX7

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PARAMETRIC GAME ENGINE utilizing DirectX7 Michael Putz

  2. Procedural World • = parametric description of the game-world • Example: Terrain, Trees, Textures • Benefits:less bandwith (!!) Less manpower required (modeling) infinite detail ( fractal trees )

  3. components of the engine • INPUT (joystick, keyboard, mouse..) • STATEMANAGER (intro,replay,ingame..) • PHYSICS (interaction input<->movement • TERRAIN (generation & render ) • RIDER ANIMATION (mesh-animation) • PARTIKEL F/X ( snowfall, powderspray etc..)

  4. Example of the physics-engine • core-component ForceVector(x,y,z) • example: joystick moves to the right • Joystick movement increases x-component of the ForceVektor • ForceVector indirectly generates terrain-rotation • ForceVector automatically returns to zero-state • benefit: smooth movement with direct feedback

  5. Outlook • LOD Terrain ( quadtree? ) • Vertexbuffers for Hardware T&L • skeletal animationsystem • More variation through:Railslides ( 100% procedural ) Cliffs, Parametric Trees etc in combination with new perlin parameters • Avalanches -> STOP OR GO implementation

More Related