Code Monkey home page Code Monkey logo

rasterization-3d-renderer's Introduction

Rastarization-3D-Renderer

Rastarization based 3D Renderer with Z-buffer and Phong illumination.

How to run?

Requirements: C++11, Python

  • run Makefile make
  • clean obj file with objParser.py python objParser gun.obj
  • objParser will produce .clean file, run that as a command line argument main gun.obj.clean This will auto adjust camera and light in the scene.
  • output will be produced as the .ppm image. You can open it using Photoshop or other tools.
  • For manual adjustments, provide more command line args.

    It takes the form:
    main objFile camPosX camPosY camPosZ lightPosX lightPosY lightPosZ rotateDegreeX rotateDegreeY rotateDegreeZ

    e.g. main gun.obj.clean 100 100 100 200 200 200 -30 30 60

current progress

dragon4 gun2 dragon2 dragon1 harrypotter2

Shield of a warrior: after bug fix on translate function :)

rastercapturekabach

car model displayed after normalization

raycapturecar

after polygon face is converted to triangular faces

all triangular faces are found ( no black triangles )

rastercapturetriangular

before polygon face is converted to triangular faces

some faces are missing ( black triangles )

raycapturewithshadow

parsed from obj file

rastercapture3

depth buffer with phong illumination

rastercapture2

Authors

rasterization-3d-renderer's People

Contributors

bipinoli avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

kuldip-bhutoria

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.