Have a Question ?
Ask about our products, services, or latest research. Let's discuss how we can help you solve your problem.

All posts for

Graphics programing

Sunday, April 13, 2014
By Sandip Jadhav
For any CAD developer who is developing interactive CAD application one of the important topic of interest is Selection or Picking. However this topic is not discussed in detailed in most of the OpenGL resources. I hope this article helps you understand basic techniques available for selection.
Friday, September 27, 2013
By Sandip Jadhav
The most general form of the lighting equation uses both the vertex position and a vector that is normal to the object’s surface at that position; this is called the normal vector. Ideally, these normal vectors are captured or computed with the original model data, but in practice there are many models that do not include normal vectors.