Import Bitmap doesn't function!

Hi @mathieu1 ,

I don’t know why but the Import Bitmap doesn’t function!
I’ve attached a file containing the ImportBitmap and gITFDisplay. I’m using Rhino7
Thank you!
Import FootPrint.gh (4.5 KB)

The glTF 2.0 Display component does not work with bitmap images, only with geometry. You need to create an object (for example, a Mesh Plane) and assign the image as a texture in the object’s material:

Import FootPrint_FIXED.gh (12.5 KB)

1 Like

Thanks!