Seite 1 von 1

Wo vtkCommonPython? und Wie VRAM?

Verfasst: Donnerstag 2. November 2006, 15:18
von Danshi
Nur ne kurze Frage!

Wo finde ich vtkCommonPython?

Denn das Folgende ist der Auslöser meiner Frage:

Code: Alles auswählen

Traceback (most recent call last):
  File "C:\Python25\source\Cone_test.py", line 2, in <module>
    import vtk
  File "C:\Programme\vtk40\Wrapping\Python\vtk\__init__.py", line 7, in <module>
    from common import *
  File "C:\Programme\vtk40\Wrapping\Python\vtk\common.py", line 9, in <module>
    from vtkCommonPython import *
ImportError: No module named vtkCommonPython
nun doch noch ne andere Frage :roll:
Wie kann ich ein 3D-Bild(Modell) in den VRAM der Grafikkarte laden?

Re: Wo vtkCommonPython? und Wie VRAM?

Verfasst: Montag 6. November 2006, 11:42
von sape
Danshi hat geschrieben:[...]
nun doch noch ne andere Frage :roll:
Wie kann ich ein 3D-Bild(Modell) in den VRAM der Grafikkarte laden?
:roll: Mit welcher API? -> OpenGL, etc
und wie nennt sich die Lib die die API anbietet?

in anderen Worten: Mehr Infos bitte.