mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-12-25 01:01:15 +00:00
move screenshot of demo to doc folder
This commit is contained in:
parent
ca1e294c70
commit
293034d39c
@ -1,6 +1,6 @@
|
||||
This folder defines a small demo application that requires PyQt, PyOpenGL, and the Python bindings for OpenSubdiv (which in turn require numpy and SWIG).
|
||||
|
||||
![Screenshot](http://raw.github.com/PixarAnimationStudios/OpenSubdiv/master/examples/python/screenshot.png)
|
||||
![Screenshot](http://github.com/PixarAnimationStudios/OpenSubdiv/raw/master/python/doc/screenshot.png)
|
||||
|
||||
- **main.py** This what you invoke from the command line. All calls to the `osd` module go here. Creates a `QApplication` and periodically pushes new VBO data into the renderer. (see below)
|
||||
- **renderer.py** Defines the renderer; implements `draw` and `init`. All OpenGL calls are made in this file, and there's no dependency on Qt or `osd`.
|
||||
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Loading…
Reference in New Issue
Block a user