Вы находитесь на странице: 1из 8

Quake II Evolved Manual Navigation

Introduction
Installation
System Requirements
New to this release
Change Log
Shader Manual
Contacts
Credits

Introduction
Quake II Evolved was started late 2002 by Nicolas Flekenstein and Gavin Stevens as a quick mod that would improve a
few areas of Quake II. Soon after that we decided to add a new menu and from then on the features just kept rolling in.
Quake II Evolved is now a 32bit source modification for Quake II that makes full use of TGA and JPEG textures. It also
supports pk2 compressed archives for files and even Quake III Arena style shaders for textures and skins. We have
come a long way since September 2002, and we hope to go a lot further.

Installation
NOTICE: Before you can install Quake II Evolved, you must first remove any previous release that you have installed.
To do this, go to your baseq2 directory under Quake 2, and remove the file "q2e_pak0.pk2", and also any additional
.pk2 files that came with your release. Next, remove the file "q2econfig.cfg". And finally, go to your Quake 2 directory
and delete the file "q2e.exe". Once you have deleted these 3 files, you are good to go!

Installing Quake II Evolved couldn't be easier. First off all, download the latest file to a temporary location. This file can
be deleted if you wish later on or stored in another location.

For this next part, you will need an unzipping utility, such as WinZip, or WinRar. (For this tutorial, we will assume you
have downloaded and are using WinZip). Once you have Winzip, double click the Q2E icon and the main window
should pop up. Ignore the files in the background and just click the "Extract" button.

Once you click the extract button, a smaller window will pop up. Simply point the files to your Quake 2 directory and hit
extract! NOTE: You must make sure that "Use Folder Names" is on, or else the files will be extracted to the wrong
directories.

And that's it! Quake II Evolved should now be installed! Simply go to your Quake 2 directory and double-click the
Q2E.exe icon (NOT the Quake 2 one) and Q2E should load! You should be greeted with the new Q2E menu screen if
everything went correctly.
If you do experience problems with the installation of Quake II Evolved, please feel free to contact either of the team
using the channels provided.

System Requirements
MINIMUM SYSTEM REQUIREMENTS:

3D hardware accelerator with full OpenGL support (software rendering is not supported)

Intel Pentium 200MHz MMX or AMD 200MHz K6 processor with a 4 MB video card

32 MB RAM

DirectX 3.0 or higher compatible sound card

Windows 95/98/ME/NT4/2K/XP operating system

RECOMMENDED SETUP:

Intel Pentium III 800MHz or AMD Athlon 800MHz processor with a 32 MB video card

128 MB RAM

DirectX 7.0 or higher compatible sound card

New This Release


VERSION 0.23
- Fixed animMap shader bug on brush models (now it actually works as it should)

- Fixed shader parsing bugs

- Fixed some shader warnings

- Rewrote some rendering code

- Minor renderer optimizations

- Removed GL_EXT_texture_compression_s3tc in favour of GL_ARB_texture_compression

- Added GL_ARB_texture_env_add and GL_ARB_texture_env_combine support

- Added GL_EXT_texture_edge_clamp support

- Added GL_SGIS_generate_mipmap support

- Surface subdivision now works for any kind of surface with the tessSize shader command set (not limited to
SURF_WARP only)

- Lightmaps are now generated for any kind of surface with a $lightmap shader stage. However, certain surfaces (the
ones flagged with SURF_WARP) will have a fullbright lightmap that will only change its color when a dynamic light lits
the surface (this is because QRAD3 doesn't generate lighting information for them).

- Minor changes and fixes in console code

- Fixed some file system bugs

- File system is now restarted during server initialization to make sure that the game DLL will be loaded from the
appropriate directory

- Fixed some minor HUD bugs

- Optimized alias model rendering code

- Added MD3 alias model support


- Added LOD support for MD3 models (controlled via r_lodBias and r_lodScale cvars)

- Added model testing facilities

- Fixed and enhanced dynamic model lighting

- Added sprite entities (SP2 sprite models are still there for compatibility)

- Added shader sorting code (r_debugSort to test)

- Cleaned up some code

- Fixed lagometer drawing wrong in resolutions lower than 1024x768 due to scaling

- Updated menus with new options

- Tweaked some functions in the menu framework

- Fixed stencil shadows not working

- Fixed texture scaling in water caustics shader

- Allowed the view weapon to be shown at a FOV higher than 90

- Fixed a depth bug in sky-box rendering

- Fixed MD3 surface loading code

- Fixed some rendering problems with certain configurations

- Fixed glClear bug

- Fixed 3Dfx fallback code in OpenGL subsystem initialization

- Fixed rotating brushes disappearing

- Fixed dynamic lighting on brush models

- Fixed shell shaders

- Fixed "cull disable" not working

- Fixed "tcMod rotate" not working

- New shader commands:

tableDef
surfaceparm: lightmap, warp, trans33, trans66, flowing
sort: sky, decal, seethrough, banner, underwater, nearest
noShadows
deformVertexes: autoSprite, autoSprite2
animClampMap
videoMap
tcMod: translate, warp
alphaGen: dot, oneMinusDot

- Added RoQ video support to both the client ("cinematic" command) and the renderer ("videoMap" shaders)

- Tweaked 2D drawing functions

- Fixed invisible view weapon bug

- Fixed shader loading for world surfaces that reference the same texture but use different drawing parameters

- Reworked some text parsing routines

- Made sure cheating cvars are forced off before loading a map, so the subsystems initialize with the proper settings

- Attempted to reduce map loading times and fixed some loading problems

- Fixed and optimized background track playback code


- Fixed window position bug when switching between fullscreen and windowed modes with ALT+ENTER

- Fixed sounds/graphics not being properly reloaded after a snd_restart/vid_restart while in game

- Fixed some problems displaying the main menu when a cinematic is finished

- Fixed function keys (F1 to F12) disconnecting from a demo playback

- Fixed laser beams not drawing

- Laser beams get their texture coordinates scaled so that scrolling and other effects work properly

- Fixed various rendering bugs

- Rewrote memory manager to be more like Quake and Quake 3 (com_zoneMegs and com_hunkMegs cvars specify
how much memory to use)

- Moved sounds to hunk memory allocation

- Added support for MD3 tags

- Added AVI demo frame dumping ("com_aviDemo" cvar)

- Fixed a bug where mouse input was delayed a frame (DirectInput only)

- Added screen blends (blood, underwater, IR goggles, etc...)

- Completely reworked client effects (lights, entities, explosions, sprites, etc...)

- Completely remade particle system with new effects

- Added ejecting brass for bullet/pellet based weapons

- Added polygon clipping code from QFusion

- Added decals

- Removed glowing on items

- Fixed a client timing bug

- Fixed a slowdown when bringing up the in-game menu

- Fixed bad packets writing to demo files (thanks to Vic)

- Reduced maps and models memory usage (thanks to Vic for suggestion)

- Fixed autoSprite not working on models (thanks to Vic)

- Fixed autoSprite2 not working on rotating models

- Fixed shadows messing up multi-surface models

- Fixed dedicated servers not executing game commands

- Config file is now saved every time a CVAR_ARCHIVE variable is changed

- Fixed a potential "tcMod scroll" precision problem for some drivers

Change Log
VERSION 0.17g (BETA)
- Fixed crash when entering "DM Options" menu

- Fixed bug where Q2E loaded pack files with invalid extensions

- Fixed HOM effect after initialization when an invalid command is executed from the Q2E command line
- Fixed "Save Game" menu not saving games

- Fixed bug where invalid skins and icons were used if you don't have the custom skins referenced by the server. Now
reverts back to male/grunt like Q2 did

- Fixed wrong text in loading screen when downloading files from servers

- Fixed missing spectator and chasing strings in the HUD

- Fixed missing frags counter in HUD

- Fixed APPLY button not showing up when changing Texture Overbrights

- Fixed explosion model shader (was drawing behind other objects)

- Fixed 3D armor icon on HUD from being drawn behind some weapons (like HyperBlaster)

- Player 3D icon on HUD now uses skin specified by user

- Made "set" console command backwards compatible. This fixes "Usage: set <variable> <value>" messages for some
users

- Fixed "Address Book" menu not saving servers unless hitting ESCAPE

- Fixed some rendering bugs when using left-handed weapon

- Fixed dedicated servers not working

- Made Q2E config file save on game change, not only on exit

- Fixed some "Z_Malloc: could not allocate 0 bytes" errors. Now, in most cases, invalid allocations are avoided (usually
giving a warning)

- Fixed 'models/items/keys/pass/skin' shader (was missing 'map' keyword :D)

- Fixed some culling bugs (was setting the wrong GL state)

- Made TAB key cycle through available commands in the console (if more than one match is found). Hitting another
key will stop the cycling.

- Made new HUD scriptable. This allows us to have multiple HUD layouts that you can choose using cl_newHUD, as
well as allowing users to create their own customized HUD layouts.

- Fixed animated textures on brush models

- Minor renderer optimizations

VERSION 0.17f (BETA)


Initial release

Contacts
If you have any trouble at all with aything Q2E related, please feel free to contact either Berserk or o'dium.

Berserk - berserk@planetquake.com

o'dium - odium@planetquake.com

Credits
QUAKE II EVOLVED BY TEAM BLUR
www.planetquake.com/blur

PROGRAMMING
Nicolas "BERSERK" Flekenstein

ART/SKINS
Gavin "o'dium" Stevens
Main menu background by "snak9"
Various glow skins by KMan

MODELS
Gavin "o'dium" Stevens
KarmaCop

SPECIAL THANKS
id Software for making Quake II and
then releasing its source code.

Special thanks to the id Legeds area


of the Quake 3 World discussion forums
for their help and support during the
production of Quake II Evolved.
www.quake3world.com

All the people working on the retexturing


and remodeling projects.

CODE
Vic, MrG, Psychospaz, Heffo, Discoloda,
Knightmare, Stephen Taylor, Tim Ferguson

JPG code from the "Independent JPEG Group"


(C)1991-1998 Thomas G. Lane
www.ijg.org

ZIP code form the "ZLib" library


(C)1995-2002 Jean-loup Gailly and Mark Adler
www.zlib.org

Quake II Evolved is a Team Blur


production. Distributed under the terms
of the GNU General Public License.
Quake II (C)1997-2003 Id Software, Inc.

No Strogg or Marines were harmed during


the development of Quake II Evolved.

If you experience any problems or have any trouble with Quake II Evovled, please visit www.planetquake.com/blur for
more information

[ Return to Top ] [ Print Manual ] [ Team Blur web site ]

© 2003 Team Blur. All rights reserved.

Вам также может понравиться

  • Change Log
    Change Log
    Документ5 страниц
    Change Log
    MauricioSoraluz
    Оценок пока нет
  • Dark Places
    Dark Places
    Документ42 страницы
    Dark Places
    Juan Manuel Marino
    Оценок пока нет
  • Darkplaces
    Darkplaces
    Документ44 страницы
    Darkplaces
    Esteban León
    Оценок пока нет
  • CHANGES
    CHANGES
    Документ5 страниц
    CHANGES
    tecnología gamers
    Оценок пока нет
  • Eéáfh Tdibn3ihuvbr3792
    Eéáfh Tdibn3ihuvbr3792
    Документ9 страниц
    Eéáfh Tdibn3ihuvbr3792
    Ati Animations
    Оценок пока нет
  • Readme 132
    Readme 132
    Документ11 страниц
    Readme 132
    Rodrigo Zúñiga García
    Оценок пока нет
  • Release Notes
    Release Notes
    Документ4 страницы
    Release Notes
    Daniel Alexandru Nyisztor
    Оценок пока нет
  • To Check
    To Check
    Документ6 страниц
    To Check
    cArro
    Оценок пока нет
  • Sfall Readme
    Sfall Readme
    Документ16 страниц
    Sfall Readme
    zor
    Оценок пока нет
  • Nglide Readme
    Nglide Readme
    Документ9 страниц
    Nglide Readme
    Booz A Gomez F
    Оценок пока нет
  • NEWS
    NEWS
    Документ12 страниц
    NEWS
    Федя Г
    Оценок пока нет
  • Sfall Readme
    Sfall Readme
    Документ16 страниц
    Sfall Readme
    llamalegs
    Оценок пока нет
  • Change Log
    Change Log
    Документ7 страниц
    Change Log
    Diego Andrés Jamanca Durand
    Оценок пока нет
  • Pete Ogl2 Version 2 07
    Pete Ogl2 Version 2 07
    Документ14 страниц
    Pete Ogl2 Version 2 07
    Radazz Kiol
    Оценок пока нет
  • Sfall Readme
    Sfall Readme
    Документ15 страниц
    Sfall Readme
    jobatett2
    Оценок пока нет
  • Changes For Snes
    Changes For Snes
    Документ44 страницы
    Changes For Snes
    Fernando Vechi
    Оценок пока нет
  • To Check
    To Check
    Документ6 страниц
    To Check
    Daniel Lerma
    Оценок пока нет
  • To Check
    To Check
    Документ6 страниц
    To Check
    Maya Shperber
    Оценок пока нет
  • Lab02 1
    Lab02 1
    Документ3 страницы
    Lab02 1
    sonal
    Оценок пока нет
  • 3DS Hacked Guide Compilation
    3DS Hacked Guide Compilation
    Документ35 страниц
    3DS Hacked Guide Compilation
    Yopi Frienaldi
    100% (1)
  • Help Changelog
    Help Changelog
    Документ7 страниц
    Help Changelog
    Rika Ajo
    Оценок пока нет
  • History
    History
    Документ25 страниц
    History
    Adel Harrat
    Оценок пока нет
  • NEWS
    NEWS
    Документ22 страницы
    NEWS
    jrubens399
    Оценок пока нет
  • To Check
    To Check
    Документ6 страниц
    To Check
    Josue Alberto Fuentes
    Оценок пока нет
  • Stuff and Things and Stuff ( ° °
    Stuff and Things and Stuff ( ° °
    Документ14 страниц
    Stuff and Things and Stuff ( ° °
    SebastienGregoire
    Оценок пока нет
  • How To Create A Server WOW (Criar Servidor de WOW)
    How To Create A Server WOW (Criar Servidor de WOW)
    Документ9 страниц
    How To Create A Server WOW (Criar Servidor de WOW)
    Ernesto Pereira
    100% (3)
  • MEmu
    MEmu
    Документ12 страниц
    MEmu
    babaurhum
    Оценок пока нет
  • To Check
    To Check
    Документ5 страниц
    To Check
    samu Ψ
    Оценок пока нет
  • ReadME NullDC
    ReadME NullDC
    Документ10 страниц
    ReadME NullDC
    Luis Henrique
    Оценок пока нет
  • Release
    Release
    Документ4 страницы
    Release
    Davi gamer82
    Оценок пока нет
  • Readme
    Readme
    Документ36 страниц
    Readme
    anax101
    Оценок пока нет
  • To Check
    To Check
    Документ6 страниц
    To Check
    Jose
    Оценок пока нет
  • Readme
    Readme
    Документ4 страницы
    Readme
    Axel Castro
    Оценок пока нет
  • TORQUE 1.5.2 Resources Dts - Maya - Allversions Dts - Maya - Allversions Dtsutility dtsUtility-README
    TORQUE 1.5.2 Resources Dts - Maya - Allversions Dts - Maya - Allversions Dtsutility dtsUtility-README
    Документ3 страницы
    TORQUE 1.5.2 Resources Dts - Maya - Allversions Dts - Maya - Allversions Dtsutility dtsUtility-README
    api-19733612
    Оценок пока нет
  • SoftTH Thread Me
    SoftTH Thread Me
    Документ10 страниц
    SoftTH Thread Me
    Daan van der Spek
    Оценок пока нет
  • Change Log
    Change Log
    Документ6 страниц
    Change Log
    dũng đặng ngọc
    Оценок пока нет
  • Introduction To Opengl
    Introduction To Opengl
    Документ40 страниц
    Introduction To Opengl
    Sorin Secan
    Оценок пока нет
  • Wii Architecture: Architecture of Consoles: A Practical Analysis, #11
    Wii Architecture: Architecture of Consoles: A Practical Analysis, #11
    От Everand
    Wii Architecture: Architecture of Consoles: A Practical Analysis, #11
    Оценок пока нет
  • SEGA Model 2 Emulator
    SEGA Model 2 Emulator
    Документ5 страниц
    SEGA Model 2 Emulator
    Ming En
    Оценок пока нет
  • VTMB ModDevGuide
    VTMB ModDevGuide
    Документ440 страниц
    VTMB ModDevGuide
    Kat Silva
    Оценок пока нет
  • Pete Ogl2 Version 2 08
    Pete Ogl2 Version 2 08
    Документ14 страниц
    Pete Ogl2 Version 2 08
    api-3696787
    100% (1)
  • Moonlight Embedded
    Moonlight Embedded
    Документ4 страницы
    Moonlight Embedded
    Oscar Uribe
    Оценок пока нет
  • Changelog
    Changelog
    Документ7 страниц
    Changelog
    Rycon Jiisan
    Оценок пока нет
  • Skyrim Configurator at Skyrim Nexus - Mods and Community PDF
    Skyrim Configurator at Skyrim Nexus - Mods and Community PDF
    Документ3 страницы
    Skyrim Configurator at Skyrim Nexus - Mods and Community PDF
    NikosIoannou
    Оценок пока нет
  • Logfile
    Logfile
    Документ16 страниц
    Logfile
    KIDZ ZONE
    Оценок пока нет
  • Smart Steam Emu
    Smart Steam Emu
    Документ12 страниц
    Smart Steam Emu
    tevd
    Оценок пока нет
  • NTT ChangeLog
    NTT ChangeLog
    Документ18 страниц
    NTT ChangeLog
    Flor Romero
    Оценок пока нет
  • SQL Server Failover Clustering
    SQL Server Failover Clustering
    Документ4 страницы
    SQL Server Failover Clustering
    Muhammad Khalil
    Оценок пока нет
  • Glide Readme
    Glide Readme
    Документ13 страниц
    Glide Readme
    Hectorie
    Оценок пока нет
  • Changes
    Changes
    Документ4 страницы
    Changes
    Tima Byp
    Оценок пока нет
  • Readme
    Readme
    Документ7 страниц
    Readme
    MIchel Stocic
    Оценок пока нет
  • System Infoffg
    System Infoffg
    Документ7 страниц
    System Infoffg
    g.i.a.n.cbro.wn1.47
    Оценок пока нет
  • Flexible Rendering Multiple Platforms
    Flexible Rendering Multiple Platforms
    Документ41 страница
    Flexible Rendering Multiple Platforms
    chino_lpf6536
    Оценок пока нет
  • Changelog
    Changelog
    Документ384 страницы
    Changelog
    HaguForest
    Оценок пока нет
  • Trainz Diag
    Trainz Diag
    Документ18 страниц
    Trainz Diag
    Muhammad Zacky
    Оценок пока нет
  • Red Giant Software
    Red Giant Software
    Документ3 страницы
    Red Giant Software
    Sundar Shrestha
    Оценок пока нет
  • Warblade Manual V1.32 Eng
    Warblade Manual V1.32 Eng
    Документ27 страниц
    Warblade Manual V1.32 Eng
    Kub4n
    Оценок пока нет
  • Nec pc-9800
    Nec pc-9800
    Документ7 страниц
    Nec pc-9800
    Patryk Marczewski
    Оценок пока нет
  • Logfile Previous
    Logfile Previous
    Документ109 страниц
    Logfile Previous
    mason bower
    Оценок пока нет
  • Hacks..
    Hacks..
    От Everand
    Hacks..
    Оценок пока нет
  • Readme
    Readme
    Документ14 страниц
    Readme
    anon-817680
    Оценок пока нет
  • Story
    Story
    Документ2 страницы
    Story
    anon-817680
    Оценок пока нет
  • Winbspc
    Winbspc
    Документ5 страниц
    Winbspc
    anon-817680
    Оценок пока нет
  • Gladiator Bot Map List: MR Elusive
    Gladiator Bot Map List: MR Elusive
    Документ5 страниц
    Gladiator Bot Map List: MR Elusive
    anon-817680
    Оценок пока нет
  • Technical Information: General Requirements
    Technical Information: General Requirements
    Документ4 страницы
    Technical Information: General Requirements
    anon-817680
    Оценок пока нет
  • QII License Information
    QII License Information
    Документ2 страницы
    QII License Information
    Lupan Alexandru
    Оценок пока нет
  • Intel Brief Enemy
    Intel Brief Enemy
    Документ1 страница
    Intel Brief Enemy
    anon-817680
    Оценок пока нет
  • Intel Brief3
    Intel Brief3
    Документ1 страница
    Intel Brief3
    anon-817680
    Оценок пока нет
  • Enemy Parasite
    Enemy Parasite
    Документ1 страница
    Enemy Parasite
    anon-817680
    Оценок пока нет
  • Intel Brief2
    Intel Brief2
    Документ1 страница
    Intel Brief2
    anon-817680
    Оценок пока нет
  • Enemy Mutant
    Enemy Mutant
    Документ1 страница
    Enemy Mutant
    anon-817680
    Оценок пока нет
  • Enemy Medic
    Enemy Medic
    Документ1 страница
    Enemy Medic
    anon-817680
    Оценок пока нет
  • Enemy Gunner
    Enemy Gunner
    Документ1 страница
    Enemy Gunner
    anon-817680
    Оценок пока нет
  • Enemy Iron Maiden
    Enemy Iron Maiden
    Документ1 страница
    Enemy Iron Maiden
    anon-817680
    Оценок пока нет
  • Enemy Gladiator
    Enemy Gladiator
    Документ1 страница
    Enemy Gladiator
    anon-817680
    Оценок пока нет
  • Enemy Brains
    Enemy Brains
    Документ1 страница
    Enemy Brains
    anon-817680
    Оценок пока нет
  • Enemy Flyer
    Enemy Flyer
    Документ1 страница
    Enemy Flyer
    anon-817680
    Оценок пока нет
  • Quake II by Id Software: Programming
    Quake II by Id Software: Programming
    Документ5 страниц
    Quake II by Id Software: Programming
    anon-817680
    Оценок пока нет
  • Documentation & Quick Start
    Documentation & Quick Start
    Документ21 страница
    Documentation & Quick Start
    Valentina Black
    Оценок пока нет
  • SAG - 3D Animation NC III
    SAG - 3D Animation NC III
    Документ8 страниц
    SAG - 3D Animation NC III
    Divina Laya
    Оценок пока нет
  • Processing 15shaders
    Processing 15shaders
    Документ41 страница
    Processing 15shaders
    Weliton De Bortoli
    100% (1)
  • Vectrosity Reference Guide
    Vectrosity Reference Guide
    Документ32 страницы
    Vectrosity Reference Guide
    kiles
    Оценок пока нет
  • How To Render Planet Atmosphere With ArnoldRender (HtoA)
    How To Render Planet Atmosphere With ArnoldRender (HtoA)
    Документ28 страниц
    How To Render Planet Atmosphere With ArnoldRender (HtoA)
    Orlando Castillo
    Оценок пока нет
  • OpenGLProg MacOSX
    OpenGLProg MacOSX
    Документ166 страниц
    OpenGLProg MacOSX
    radicalcut
    Оценок пока нет
  • Play Any Latest 3d Game Without Graphic
    Play Any Latest 3d Game Without Graphic
    Документ14 страниц
    Play Any Latest 3d Game Without Graphic
    jtamilanban
    Оценок пока нет
  • Untitled
    Untitled
    Документ68 страниц
    Untitled
    Detroit Forever
    Оценок пока нет
  • S4614 dx11 Rendering Gameworks Batman Arkham Origins
    S4614 dx11 Rendering Gameworks Batman Arkham Origins
    Документ66 страниц
    S4614 dx11 Rendering Gameworks Batman Arkham Origins
    C M
    Оценок пока нет
  • Working of Satellite CG Project Using OpenGL Report
    Working of Satellite CG Project Using OpenGL Report
    Документ45 страниц
    Working of Satellite CG Project Using OpenGL Report
    Sagar Nayak
    100% (1)
  • IWF Specifications v2.0.0
    IWF Specifications v2.0.0
    Документ92 страницы
    IWF Specifications v2.0.0
    Ionescu Ion
    Оценок пока нет
  • CG Lab PDF
    CG Lab PDF
    Документ61 страница
    CG Lab PDF
    anantha innanje
    Оценок пока нет
  • DXVK Conf
    DXVK Conf
    Документ11 страниц
    DXVK Conf
    denzmiv
    Оценок пока нет
  • Trace
    Trace
    Документ279 страниц
    Trace
    bedelovamelek07
    Оценок пока нет
  • Computer Graphics: Submitted To Ma'am Momina
    Computer Graphics: Submitted To Ma'am Momina
    Документ3 страницы
    Computer Graphics: Submitted To Ma'am Momina
    Muhammad Taha
    Оценок пока нет
  • Procedural Wear From A To Z in Blender PDF
    Procedural Wear From A To Z in Blender PDF
    Документ198 страниц
    Procedural Wear From A To Z in Blender PDF
    Aldar Zagdaev
    Оценок пока нет
  • Poser Fusion 3 Ds Max User Guide
    Poser Fusion 3 Ds Max User Guide
    Документ14 страниц
    Poser Fusion 3 Ds Max User Guide
    Leialias
    Оценок пока нет
  • The Valhall Shader Core
    The Valhall Shader Core
    Документ16 страниц
    The Valhall Shader Core
    14229216qq.com
    Оценок пока нет
  • Direct3D 12 Glossary (Windows)
    Direct3D 12 Glossary (Windows)
    Документ3 страницы
    Direct3D 12 Glossary (Windows)
    Aminbinhasib
    Оценок пока нет
  • Citra Log
    Citra Log
    Документ24 страницы
    Citra Log
    hudza
    Оценок пока нет
  • 3DMark06 Tes 1
    3DMark06 Tes 1
    Документ156 страниц
    3DMark06 Tes 1
    ngototae
    100% (2)
  • Vertex 3
    Vertex 3
    Документ338 страниц
    Vertex 3
    anon_218555783
    Оценок пока нет
  • InteractiveWater Shader
    InteractiveWater Shader
    Документ3 страницы
    InteractiveWater Shader
    Edwin Erdiyana
    Оценок пока нет
  • Documentation & Quick Start
    Documentation & Quick Start
    Документ28 страниц
    Documentation & Quick Start
    Valentina Black
    Оценок пока нет
  • 3d Game Development With LWJGL
    3d Game Development With LWJGL
    Документ299 страниц
    3d Game Development With LWJGL
    alex
    Оценок пока нет
  • WPF Tutorial - Beginning - CodeProject
    WPF Tutorial - Beginning - CodeProject
    Документ11 страниц
    WPF Tutorial - Beginning - CodeProject
    Ratish Pillai
    Оценок пока нет
  • OMG - Our Machinery Guidebook
    OMG - Our Machinery Guidebook
    Документ39 страниц
    OMG - Our Machinery Guidebook
    Hoa Luu
    Оценок пока нет
  • ACU Maya Review PDF
    ACU Maya Review PDF
    Документ82 страницы
    ACU Maya Review PDF
    Chachi Usi
    Оценок пока нет
  • Hexels Crash Log
    Hexels Crash Log
    Документ69 страниц
    Hexels Crash Log
    Anonymous Cf6cqN
    Оценок пока нет