project report of 6th sem simple moving light opengl source code
#1

hi.......
i need a mini project report along with opengl source code please ihope you fullfill my requirement
Reply
#2
This lighting model is build on the basis of phong model,Which supports three types of light material interactions namely Specular, ambient, diffuse. The ambient source color represents the interaction of a light source with surface whereas the specular source color is designed to produce the desired color of a specular highlights.
Lighting model is built by summing the contributions for all the light sources at each point we wish to light. For each light source, have to compute the amount of light reflected for each of the nine terms in the illumination array. The contribution can be computed for each color source by adding the ambient, diffuse, specular components.
There are four vector parameters that can set, the position of light source and amount of ambient, diffuse, specular Light associated with the source. Both lighting should be enabled and particular source. When small amount of white light is needed, even when all light sources are turned off or disabled following code can be used.
Glfloat global_ambient[]={0.1,0.1,0.1,0.1};

glLightModelfv(GL_LIGHT_MODEL_AMBIENT,global_ambient);


Future scope
Ø It is the basic model of Simple Move Light
Ø It will be used in the fields of animation.

Ø In future this program can be improved by using of new opengl functions.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: opengl code for moving man, cg project for 6th sem using opengl, cg mini project opengl source code, seminar report on simple move light with opengl, full report of rain for opengl code, opengl program for a moving train ubuntu, opengl projects for 6th sem cse,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  simple java rmi chat application source code 2 18,979 20-07-2018, 12:08 PM
Last Post: Guest
  vtu planet 8th sem dss notes download 2 1,774 24-05-2018, 10:24 AM
Last Post: Guest
  development of road light gateway with sensor network ppt 2 1,811 15-04-2018, 05:30 PM
Last Post: Guest
  authentication schemes for session passwords using color and images project source code 2 2,231 03-02-2018, 09:35 AM
Last Post: Nischithnash
  free download source code for online movie ticket booking in java 2 18,489 15-08-2017, 03:21 PM
Last Post: Morshed
  aradhya tutorials compiler design notes 6th sem cse pdf 2 1,354 02-07-2017, 06:27 PM
Last Post: Guest
  opengl synopsis for train moving 3 1,281 05-06-2017, 09:45 AM
Last Post: jaseela123d
  source code for rsa encryption and decryption in java 2 7,927 29-05-2017, 04:21 PM
Last Post: Meghna Jadhav
  download liver tumor ct scan image in matlab with source code 4 7,985 21-05-2017, 09:54 PM
Last Post: abdulrahmanmashaal
  online cab booking source code in asp net 3 7,861 11-05-2017, 10:39 AM
Last Post: jaseela123d

Forum Jump: