Skip to content

Data points not showing #1281

Description

@Faebbs

Through testing with different GPUs (AMD 7900XTX, NVIDIA 2080TI) I found out a few wierd things with datapoints:

1. Especially Spheres won't render for AMD GPU:

I tried the example with command: vedo -r clustering and it produced this:

Image

instead of this:

Image

Also I tried following code, also to get an empty coordinate system:

from vedo import Plotter, Points
import numpy as np

mypoints = np.random.rand(1000, 3)
cloud = Points(mypoints, r=8, c='green')

plt = Plotter(interactive=True, axes=1, bg='white')
plt.show(cloud)

2. I tested with vedo -r scatter3:

This is how it should look like from the vedo homepage:

Image

This is how it looks like rendered with AMD:

Image

And here with NVIDIA:

Image

So what is going on here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions