Subscribe to PixelSham.com RSS for free

3Dprinting (184) A.I. (921) animation (354) blender (219) colour (241) commercials (53) composition (154) cool (375) design (659) Featured (94) hardware (319) IOS (109) jokes (141) lighting (300) modeling (160) music (189) photogrammetry (198) photography (757) production (1310) python (104) quotes (501) reference (318) software (1382) trailers (310) ves (577) VR (221)

POPULAR SEARCHES unreal | pipeline | virtual production | free | learn | photoshop | 360 | macro | google | nvidia | resolution | open source | hdri | real-time | photography basics | nuke

  • Explore Posts
  • Job Postings
  • ReelMatters.com
  • About and Contact
    • About And Contact
    • Portfolio
    • Privacy Policy
    • RSS feed page

BREAKING NEWS

LATEST POSTS

  • Camera & lens choices in the new generation || Spotlight

    pIXELsHAM.com
    Oct 25, 2019
    production

    Views : 1,323
  • What’s the Difference Between Ray Casting, Ray Tracing, Path Tracing and Rasterization? Physical light tracing…

    pIXELsHAM.com
    Oct 24, 2019
    Featured, lighting, production

    RASTERIZATION
    Rasterisation (or rasterization)
    is the task of taking the information described in a vector graphics format OR the vertices of triangles making 3D shapes and converting them into a raster image (a series of pixels, dots or lines, which, when displayed together, create the image which was represented via shapes), or in other words “rasterizing” vectors or 3D models onto a 2D plane for display on a computer screen.

    For each triangle of a 3D shape, you project the corners of the triangle on the virtual screen with some math (projective geometry). Then you have the position of the 3 corners of the triangle on the pixel screen. Those 3 points have texture coordinates, so you know where in the texture are the 3 corners. The cost is proportional to the number of triangles, and is only a little bit affected by the screen resolution.

    In computer graphics, a raster graphics or bitmap image is a dot matrix data structure that represents a generally rectangular grid of pixels (points of color), viewable via a monitor, paper, or other display medium.

    With rasterization, objects on the screen are created from a mesh of virtual triangles, or polygons, that create 3D models of objects. A lot of information is associated with each vertex, including its position in space, as well as information about color, texture and its “normal,” which is used to determine the way the surface of an object is facing.

    Computers then convert the triangles of the 3D models into pixels, or dots, on a 2D screen. Each pixel can be assigned an initial color value from the data stored in the triangle vertices.

    Further pixel processing or “shading,” including changing pixel color based on how lights in the scene hit the pixel, and applying one or more textures to the pixel, combine to generate the final color applied to a pixel.

     

    The main advantage of rasterization is its speed. However, rasterization is simply the process of computing the mapping from scene geometry to pixels and does not prescribe a particular way to compute the color of those pixels. So it cannot take shading, especially the physical light, into account and it cannot promise to get a photorealistic output. That’s a big limitation of rasterization.

    There are also multiple problems:

    • If you have two triangles one is behind the other, you will draw twice all the pixels. you only keep the pixel from the triangle that is closer to you (Z-buffer), but you still do the work twice.

    • The borders of your triangles are jagged as it is hard to know if a pixel is in the triangle or out. You can do some smoothing on those, that is anti-aliasing.

    • You have to handle every triangles (including the ones behind you) and then see that they do not touch the screen at all. (we have techniques to mitigate this where we only look at triangles that are in the field of view)

    • Transparency is hard to handle (you can’t just do an average of the color of overlapping transparent triangles, you have to do it in the right order)


    (more…)
    Views : 16,214
  • scratchapixel.com – Learn Computer Graphic from scratch

    pIXELsHAM.com
    Oct 24, 2019
    production

    www.scratchapixel.com

    Views : 1,127
  • Weta Digital podcast

    pIXELsHAM.com
    Oct 22, 2019
    production

    anchor.fm/weta-digital

    Views : 957
  • Yan Junhai street sculpting

    pIXELsHAM.com
    Oct 22, 2019
    design

    Views : 1,121
  • Photography basics: Color Temperature and White Balance

    pIXELsHAM.com
    Oct 18, 2019
    colour, Featured, lighting, photography

     

     

    Color Temperature of a light source describes the spectrum of light which is radiated from a theoretical “blackbody” (an ideal physical body that absorbs all radiation and incident light – neither reflecting it nor allowing it to pass through) with a given surface temperature.

    https://en.wikipedia.org/wiki/Color_temperature

     

    Or. Most simply it is a method of describing the color characteristics of light through a numerical value that corresponds to the color emitted by a light source, measured in degrees of Kelvin (K) on a scale from 1,000 to 10,000.

     

    More accurately. The color temperature of a light source is the temperature of an ideal backbody that radiates light of comparable hue to that of the light source.

    (more…)
    Views : 10,073
  • A Deeper Look Into The Life of An Impressionist – deep fake a.i.

    pIXELsHAM.com
    Oct 17, 2019
    A.I.

    Views : 1,022
  • The LED display at the GX Nexen UniverCity facility – motion graphic for LED windows

    pIXELsHAM.com
    Oct 15, 2019
    hardware, production

     

    https://www.sixteen-nine.net/2019/10/01/korean-tire-maker-adds-mind-blowing-led-video-wall-in-hq-lobby/

     

    https://www.linkedin.com/company/dstrict-holdings/

     

    Views : 1,606
  • Sensor size reference – resolutions

    pIXELsHAM.com
    Oct 15, 2019
    photography

    Views : 3,709
  • Use macro stacking to create 3D models and stereo photography

    pIXELsHAM.com
    Oct 12, 2019
    modeling, photography

    www.heliconsoft.com/heliconsoft-products/helicon-3d-viewer/

    https://www.youtube.com/watch?v=LiwxPsOGQOY (more…)

    Views : 1,026
  • Make Cities with Blender – Lazy Tutorials

    pIXELsHAM.com
    Oct 12, 2019
    blender, production, software

     

    Views : 1,114
  • High-Speed Robot Hand

    pIXELsHAM.com
    Oct 11, 2019
    cool, hardware

    Views : 1,002
  • Macro photography stacking

    pIXELsHAM.com
    Oct 11, 2019
    photography, software

    The main question being: Is it better to use a macro rail or is it better to vary the focus of the lens?

     

     

     

    (more…)

    Views : 1,359
  • The Art of Macro Photography

    pIXELsHAM.com
    Oct 5, 2019
    photography

    Views : 991
  • Photopea – Free online image editor – photoshop alternative

    pIXELsHAM.com
    Oct 5, 2019
    software

    www.photopea.com/

    Views : 1,147
Previous Page
1 … 218 219 220 221 222 … 436
Next Page

FEATURED POSTS

  • ComfyUI – SeedVR2_VideoUpscaler

    pIXELsHAM.com
    Jun 24, 2025
    A.I.

    https://github.com/numz/ComfyUI-SeedVR2_VideoUpscaler

    https://github.com/ByteDance-Seed/SeedVR

    Views : 22
  • DIY camera stabilizer

    pIXELsHAM.com
    Oct 5, 2011
    photography

    Views : 958
  • Hazel Soan Reinvented Watercolor

    pIXELsHAM.com
    Sep 15, 2025
    colour, design, lighting

    https://allsoanup.com/

    https://www.instagram.com/hazelsoan/?igsh=OG95emFyM3pxbWdk#

    Views : 9
  • 3D Chair Pop-Up Book by Dominique Ehrhard

    pIXELsHAM.com
    Sep 1, 2020
    design

    Views : 997
  • No one has measured the speed of light… yet

    pIXELsHAM.com
    Nov 1, 2020
    lighting

    Views : 598
Views : 18,892

RSS feed page

Search


Categories


Archive


Disclaimer


Links and images on this website may be protected by the respective owners’ copyright. All data submitted by users through this site shall be treated as freely available to share.