I'm trying to ultimately get the pixmap that's at a picked point. Using CameraPick I get the PickedEntity and PickedSurface.
Using GetSurfaceBrush on PickedSurface gets me a brush, but I has no texture associated with it. GetBrushTexture returns null and Brush.no_texs is 0.
The entity being picked is just a mesh made with CreateCube, and then a texture created through LoadTexture is applied.
Using GetSurfaceBrush on PickedSurface gets me a brush, but I has no texture associated with it. GetBrushTexture returns null and Brush.no_texs is 0.
The entity being picked is just a mesh made with CreateCube, and then a texture created through LoadTexture is applied.