Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: vega/multigen

  1. #1
    Junior Member Newbie
    Join Date
    Sep 2001
    Location
    secunderabad,AP,INDIA
    Posts
    1

    vega/multigen

    Is it possible to play movie files as a texture on the opengl surface?

    I presently use Multigen and vega to program my application. The Vega is a GUI development platform to develop visual sim solution and based on performer

    Thanks

  2. #2
    Intern Newbie
    Join Date
    Oct 2001
    Posts
    38

    Re: vega/multigen

    Hi

    FYI : Vega is an 3D Real-time Simulation API not a GUI development platform, which uses OpenGL as its scene grpah rendering engine. It has GUI element Lynx that allows you to setup your simulation components such as windows, channels, observers, environments etc.

    But to your question

    The only current way to do this is to use Textures and replace them to create the illusion of a movie sequence.

    You could try reading in directly the movie stream, capturing the frame, changing the frame into a format that Opengl can render, then apply that to a poylogon.

    Whether is can be done fast enough and still run the simulation at reasonable Htz is another question

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •