Changeset 19693

Show
Ignore:
Timestamp:
12/18/06 13:47:30 (2 years ago)
Author:
patrick
Message:

Exposed vrj::D3dApp for use from Python. This is untested, and I am hoping
that DirectPython? will provide a usable link between Direct3D and Python
in this context.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PyJuggler/trunk/ChangeLog

    r19652 r19693  
    11DATE        AUTHOR      CHANGE 
    22----------- ----------- ------------------------------------------------------- 
     3Dec-18-2006 patrick     Exposed vrj::D3dApp (Windows only). This requires 
     4                        VR Juggler 2.1.16 or newer. 
     5                        NEW VERSION: 1.1.13 
    36Dec-13-2006 patrick     Exposed jccl::ConfigManager::shutdown() and 
    47                        gadget::InputManager::shutdown(). 
  • PyJuggler/trunk/dist/__init__.py

    r19652 r19693  
    66__all__     = ["vrj", "cluster", "gadget", "snx", "jccl", "vpr"] 
    77__build__   = 1 
    8 __version__ = '1.1.12.%d' % __build__ 
     8__version__ = '1.1.13.%d' % __build__ 
    99__date__    = string.join(string.split('$Date$')[1:3], ' ') 
    1010__author__  = 'Patrick Hartling <patrick@infiscape.com>' 
  • PyJuggler/trunk/vc7/vrj/vrj.vcproj

    r19262 r19693  
    149149                        </File> 
    150150                        <File 
     151                                RelativePath="..\..\src\vrj\_D3dApp.cpp"> 
     152                        </File> 
     153                        <File 
    151154                                RelativePath="..\..\src\vrj\_Display.cpp"> 
    152155                        </File>