-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DirectX #8
Comments
What OS are you on and what GPU do you have? Have you run the Kinect Configuration Verifier tool? -----Original Message----- I have run into the issue that neither the color face or the face game are displaying properly. The color face displays as a miniature image at the top of the screen, while the face game doesn't appear at all. The MainPage.xaml returns the errors that "ScenePanel" does not exist in "using:DirectXSceneStore", "dx:ScenePanel" was not found, and "DisplayTypeToVisibilityConverter" does not exist in the namespace. |
I am currently running it on Windows 8.1 with an Intel(R) HD Graphics 4600. |
from the directory you downloaded the entire tutorial to, you should have a folder/project call DirectXSceneStore. Either compile the project and add a reference to the compiled .dll, or from your current project, right click the solution and select "Add Project". From the dialog, navigate to the DirectXSceneStore folder and add the .vcxproj |
I have run into the issue that neither the color face or the face game are displaying properly. The color face displays as a miniature image at the top of the screen, while the face game doesn't appear at all. The MainPage.xaml returns the errors that "ScenePanel" does not exist in "using:DirectXSceneStore", "dx:ScenePanel" was not found, and "DisplayTypeToVisibilityConverter" does not exist in the namespace.
Any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: