Skip to content
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

Four problems #9

Closed
LinghanLiu opened this issue Mar 31, 2017 · 6 comments
Closed

Four problems #9

LinghanLiu opened this issue Mar 31, 2017 · 6 comments

Comments

@LinghanLiu
Copy link

LinghanLiu commented Mar 31, 2017

Hi James,
There are four problems bothering me.
1.Can't attach camera image effect scripts.(Error:Error Setting Render Target at beginCapture() SetRenderTarget(......));
2.Left/Right eye is not always in Left/Right sequence, Sometimes in Right/Left sequence;
3.When I drag the window with the mouse. Mouse event and Keyboard event will be invalid(Unity scripts);
4.CreateRenderTarget : MultiSample != D3DMULTISAMPLE_NONE => error: failed to create DX render target;
Any suggestion for me? :)

@LinghanLiu LinghanLiu changed the title Three problems Four problems Mar 31, 2017
@LinghanLiu
Copy link
Author

1 and 4 I have worked it out. 3 is too hard for me to solve.

@LinghanLiu
Copy link
Author

Windows message 1025 conflict with m_frameDone.wait(1000);

@LinghanLiu
Copy link
Author

if (m_frameDone.wait(1000))
flag = false;

case WM_USER_NEWFRAME:
if (!flag)
{
redraw();
return 0L;
}
else
{
return DefWindowProc(hWnd, uMsg, wParam, lParam);
}

@jam3sward
Copy link
Owner

Excuse the lack of response on this, I could use some more information to be able to help with these. Ideally I would like to close this issue, and ticket the individual issues, rather than report 4 on 1.

Anyway, here is some initial feedback on the four items above:

  1. If these are post-processing image effects, they are not expected to work with Quadifier. If you can give more detail on steps (or example scene) to reproduce, I may be able to comment further. You mention that you have worked out (1), please can you expand on this?
  2. I can't reproduce this, but if you can give some further detail or steps to reproduce we can create a separate issue for this specific problem.
  3. Again, if you can give some more information we can create a separate issue for this and investigate.
  4. From the description, I think this one is issue Fails to start when Graphic quality is “Beautiful” or above #12 and it is fixed now.

You've also posted some code above (thanks) but I'm not sure which issue it relates to? If you can provide a bit more detail, I can create issues for (2) and (3) above and then I'll close this issue #9.

@LinghanLiu
Copy link
Author

Thanks for your help. I have created issues for (2) and (3) : )

@jam3sward
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants