Computer Graphics 2013

Search
Skip to content
  • HW0 (Due date extended by 03/26)
  • HW1 Due Extended
  • HW1 대용량 이메일로 제출
  • HW2
  • lecture note updated
  • Sample Page
  • 기말고사
  • 기말고사성적공지
  • 중간고사 4/26 금 3:30 2과409-1
  • 중간고사성적공지
  • 최종성적공지
Modern OpenGL

OpenGL Transformation

April 10, 2013 kpark

// p’ = M3 * M2 * M1 * p (OpenGL uses Column-Major Order)
// p’= R T p (red) => translate, and then rotate

// p’= T R p (green) => rotate, and then translate
// p’= T R S p (blue) => scale, and then rotate, and then translate

OpenGL 1.x or 2.x
http://dis.dankook.ac.kr/lectures/cg10/entry/Transform


OpenGL 3.x or 4.x using GLM
http://dis.dankook.ac.kr/lectures/cg13/entry/OpenGLGLM-Transformation-Column-Major-Order

Post navigation

Previous PostTrigonometryNext PostGLM Vector and Matrix Class

Just another Kyoung Shin Park’s Lectures Sites site

Recent Posts

  • 2013년 봄학기 그래픽스 프로그래밍 기말고사
  • OpenGL Blending Filter
  • OpenGL TimeVaryingAlphaTexture
  • OpenGL AlphaTextureSquare
  • lecture17

Recent Comments

    Archives

    • June 2013
    • May 2013
    • April 2013
    • March 2013

    Categories

    • Homework
    • Lecture Note
    • Modern OpenGL
    • Q&A

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
    Proudly powered by WordPress