We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the Point Shader with a "Mesh" Pointcloud the Attribute Point Size doesn't get used. The Pointcloud stays always the same.
Warning appears underneath: "Only some plattform support these point size properties".
Unity Version: 2019.2.8f1 (Built-in Renderer) Pcx Version: Release Version v1.2
The text was updated successfully, but these errors were encountered:
Which platform are you using? Windows, macOS, Linux or some other mobile platforms?
Sorry, something went wrong.
As OS Windows 10 64bit - Build Settings are for Windows
This appears to happen with the DirectX APIs, switching to Vulkan fixes the problem for me (but is unfortunately not a long-term solve).
Go to project settings and set the default graphics to openglcore makes it work.
keijiro
No branches or pull requests
In the Point Shader with a "Mesh" Pointcloud the Attribute Point Size doesn't get used.
The Pointcloud stays always the same.
Warning appears underneath:
"Only some plattform support these point size properties".
Unity Version: 2019.2.8f1 (Built-in Renderer)
Pcx Version: Release Version v1.2
The text was updated successfully, but these errors were encountered: