OpenGL, OpenSceneGraph, Maya - PowerPoint PPT Presentation

About This Presentation
Title:

OpenGL, OpenSceneGraph, Maya

Description:

... scene graph paradigm Lots of utility functions Autodesk Maya Powerful modeling and animation package Highly interactive Beautiful ... v[faces[i ][3]][0]); glEnd ... – PowerPoint PPT presentation

Number of Views:61
Avg rating:3.0/5.0
Slides: 10
Provided by: ErikBr4
Learn more at: http://scv.bu.edu
Category:

less

Transcript and Presenter's Notes

Title: OpenGL, OpenSceneGraph, Maya


1
OpenGL, OpenSceneGraph, Maya
  • Erik Brisson
  • ebrisson_at_bu.edu

2
Using graphics tools
  • OpenGL
  • Program from scratch
  • Access to all graphics card features
  • OpenSceneGraph
  • Program using scene graph paradigm
  • Lots of utility functions
  • Autodesk Maya
  • Powerful modeling and animation package
  • Highly interactive
  • Beautiful rendering

3
OpenGL primitives
SCV Visualization Workshop Fall 2008
4
OpenGL basic paradigm (cube.c)
  • for (i 0 i lt 6 i)
  • glBegin(GL_QUADS)
  • glNormal3fv(ni0)
  • glVertex3fv(vfacesi00)
  • glVertex3fv(vfacesi10)
  • glVertex3fv(vfacesi20)
  • glVertex3fv(vfacesi30)
  • glEnd()

SCV Visualization Workshop Fall 2008
5
OpenGL simple_xyzc.c output
SCV Visualization Workshop Fall 2008
6
OpenSceneGraph
  • Open source
  • OpenGL based
  • Similar to SGI Performer
  • Many utility functions
  • Notably, 3-D file readers

7
OpenSceneGraph demo
8
Maya demo
9
Image credits
  • OpenGL geometric data structures
  • The OpenGL Programming Guide (The Red Book)
    Addison-Wesley
  • Scene Graph
  • www.opensg.org
Write a Comment
User Comments (0)
About PowerShow.com