I just want to create some symbols for Points. It is done not at runtime.
just like pictures above, or something like this
or
Correct me if i'm wrong. I think it can be created from Sprite with inserted image and don't know the right size. Just guessing maybe around 16x16 of Sprite.
Regards
Tbk
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, it should work.
But since you do it at design time, can you try using a sprite with 16 width and 16 height, and set a material texture that is a 16x16 png file?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Your program seems to work ok! Not really sure what you need help with.
The texture can be alittle sharper using a different magfilter.
With these settings you can also get it transparent:
Hi,
how can i insert the texture into the sprite properly?
I tried but get a blurry image and the size doesn't fit.
i want a specific size like 16x16, and want to put a circle image in it.
regards
Tbk
Can you specify some more what you are trying to do?
What texture? Should it be done in runtime?
All the best!
/Daniel
Hi Daniel,
I just want to create some symbols for Points. It is done not at runtime.
just like pictures above, or something like this
or
Correct me if i'm wrong. I think it can be created from Sprite with inserted image and don't know the right size. Just guessing maybe around 16x16 of Sprite.
Regards
Tbk
Yes, it should work.
But since you do it at design time, can you try using a sprite with 16 width and 16 height, and set a material texture that is a 16x16 png file?
Ah, sorry my fault.
I mean the image size is 16x16 and The size of Sprite is about 1 height and 1 width.
Is this possible?
Thank you.
Tbk
Last edit: tambok 2021-09-22
Your program seems to work ok! Not really sure what you need help with.
The texture can be alittle sharper using a different magfilter.
With these settings you can also get it transparent:
Thank you for the help, Daniel.
I will play with it.
Best Regards,
Tbk