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

.ply file not generating particles in vfx graph #80

Open
sushicab opened this issue Mar 31, 2022 · 5 comments
Open

.ply file not generating particles in vfx graph #80

sushicab opened this issue Mar 31, 2022 · 5 comments
Assignees
Labels

Comments

@sushicab
Copy link

Hi Keijiro,

Im testing VFX Graph in the PcxEffect3 project file with my own .ply file. The .ply's container type was selected as Texture. Already connected position & color map to set position & color from the map but particles were not generating/ showing in the Inspector.

I'm suspecting the color&position map which my .ply file contained has some missing information. (the .ply was generated from .obj in meshlab by using Monrecarlo Sampling). The .ply could be presented & rendered perfectly when the container type was selected as 'Mesh' in Unity.

Would definitely be great to have your advice! Thank you very much in advance.

Screen Shot 2022-03-31 at 15 33 02

@keijiro keijiro self-assigned this Mar 31, 2022
@keijiro
Copy link
Owner

keijiro commented Mar 31, 2022

Could you provide the ply file?

@sushicab
Copy link
Author

@sushicab
Copy link
Author

Hi Keijiro,

sorry to bother you again, would you happen to have time to try the ply file? your feedback would be much appreciated!

@keijiro
Copy link
Owner

keijiro commented Apr 11, 2022

Unfortunately, no, I couldn't afford time for it.

@chuan-chu
Copy link

The header probally has problem. My PCL library cannot read it.

ply
format binary_little_endian 1.0
comment VCGLIB generated
element vertex 4361100
property float x
property float y
property float z
property float nx
property float ny
property float nz
property uchar red
property uchar green
property uchar blue
property uchar alpha
element face 0
property list uchar int vertex_indices
property uchar red
property uchar green
property uchar blue
property uchar alpha
end_header

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

No branches or pull requests

3 participants