3D computer graphics Viktor Novienko Smithy of ideas 2011 Main idea - - PowerPoint PPT Presentation

3d computer graphics
SMART_READER_LITE
LIVE PREVIEW

3D computer graphics Viktor Novienko Smithy of ideas 2011 Main idea - - PowerPoint PPT Presentation

3D computer graphics Viktor Novienko Smithy of ideas 2011 Main idea I define for computer objects forms, colors, materials define lights source and it position. And computer will calculate how the objects is look like, looking from camera.


slide-1
SLIDE 1

3D computer graphics

Viktor Novičenko Smithy of ideas 2011

slide-2
SLIDE 2

Main idea – I define for computer objects forms, colors, materials define lights source and it position. And computer will calculate how the objects is look like, looking from camera. This picture is “drawing” by computer!

slide-3
SLIDE 3

2D computer graphics Primitive element - pixel features: color – defined by integer number from 0 to 255 red green blue There are another color palettes: HSV, CMYK

slide-4
SLIDE 4

3D computer graphics Each object form can be constructed from

  • polygons. Example screw:

Computer per 7 min. 38 sec. will calculate how screw is look like using some kind of environment.

Primitive element – polygon (restricted plane somehow oriented in virtual 3d space)

slide-5
SLIDE 5

workflow:

  • modeling – object form construction from polygons
  • texturing, shading – define object material and accept colors, using

2d picture (texture)

  • animation (if we want make movie) – define movement of polygons

in scene

  • rendering – final picture calculation
slide-6
SLIDE 6
slide-7
SLIDE 7

And after render we have ....

slide-8
SLIDE 8
slide-9
SLIDE 9

Plenty of tools in 3d packages: Photoshop – 2d graphic redactor Maya – 3d graphic redactor

slide-10
SLIDE 10

Texturing – we must make UV layout to define each polygons pixel’s color.

slide-11
SLIDE 11

Material definition (shading) – a lot of parameters, which influence of reflection and refraction algorithms. Most heavy materials is “subsurface scaterring” Materials.

slide-12
SLIDE 12

Render – program which on input has scene file(polygonal objects, materials, textures, lights sources and camera position) and on output is final 2d picture. bias unbias Vray (bulgarija) Mental ray (vokietija) Renderman (JAV) Final-Render (D.Britanija, Kanada) Indigo render Maxwell render Octane render 5 years ago coputers is to slow for using unbias rendering algorithms.

slide-13
SLIDE 13

Bias Unbias Light source Camera Object surface Light source Camera Object surface Bias renders has direct and indirect light calculations algorithms Unbias renders is closed to real world. All lights are just “lights”. There are no different between direct and indirect lights.

slide-14
SLIDE 14

Example of bias render with direct light only and direct + global illumination

slide-15
SLIDE 15

3D softwares:

  • Autodesk 3D MAX
  • Autodesk Maya
  • Autodesk SoftImage
  • Blender (Linux/GNU license)
  • Sidefx Houdini
  • MAXON Cinema 4D

3D Max VS Maya