- formatting
- images
- links
- math
- code
- blockquotes
- external-services
•
•
•
•
•
•
-
Fuzzy Logic Systems
Fuzzy logic was first developed by L.A. Zadeh in 1960’s to extend conventional (binary) crisp logic to make it suitable to incorporate knowledge and mimic human-like approximate reasoning.
-
Advanced Shading and Camera Models in Computer Graphics
Advanced Shading, Shadows and Reflections, Advanced Camera Models, Colors and stuffs. I just jot the keynotes here.
-
Animations with Particles in Computer Graphics
Animations with Particles and Particle Systems. Lets say we are asked to make an animation of throwing a basketball. How can we do? We can use Position Based or Physically Based Animation.
-
Ray Tracing in Computer Graphics
Ray Tracing is another rendering method. Rasterization is an object-based approach to scene rendering, Ray tracing, by contrast, colors the pixels first, then identifies them with objects later.
-
Rasterization in Computer Graphics
How Triangles are drawn in Computer Graphics? How to draw the triangle on the signal display using position of triangle vertices?