Skip to content

Basic Cloud Example fails to run on Windows - solved #3

@jimbok8

Description

@jimbok8

Basic Cloud Example fails to run on Windows.

To get this to work I copied in the color attribute code from the PLY example, with all the colors set to white. This now works OK on Windows.

FloatAttribute colorAttribute = new FloatAttribute("color", 4);

pclBuffer.addAttribute(colorAttribute);

colorAttribute.set(i * colorAttribute.getElementSize(), 255, 255, 255, 1.0f);

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions