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

Viewport 2 blocky text #5

Open
GoogleCodeExporter opened this issue Apr 11, 2016 · 1 comment
Open

Viewport 2 blocky text #5

GoogleCodeExporter opened this issue Apr 11, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. going into "7" lighting mode in viewport 2 removes shadows and makes the 
reticle text turn into blocks

What is the expected output? What do you see instead?
Any reticle text in viewport 2 lighting mode turns into blocks

What version of the product are you using? On what operating system?
maya 2014 ext1 linux centos

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 13 Dec 2013 at 5:40

@TheOrestes
Copy link

Not sure if this is of use to anyone, but there is already VPRenderer implementation in the code which makes sure you render text correctly in VP2.0. For this to work though, you need to make sure you set

#define USE_MUIDRAWMANAGER true

in defines.h file.

I guess blocky text problem occurs in latest version is because Core version of Opengl requires shader driven code base for proper rendering & not the legacy style codebase. Either one needs to implement shader based approach or simply use alternate implementation using MUIDrawManager using method mentioned above.

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

No branches or pull requests

2 participants