You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fn create_sampler, theaddress_mode_* are fix set to AddressMode::Repeat.
There should be a way to change it to ::ClampToEdge in rend3::types::Texture
Actually a small texture is repeated, to fill the face, wish is ok most times, like with windows.
But in some cases, the texture boundary should be extended to the face border.
I tested it by changing samplers.rs. The texture was palced at a border of the face.
I would need it centered.
The text was updated successfully, but these errors were encountered:
In fn create_sampler, theaddress_mode_* are fix set to AddressMode::Repeat.
There should be a way to change it to ::ClampToEdge in rend3::types::Texture
Actually a small texture is repeated, to fill the face, wish is ok most times, like with windows.
But in some cases, the texture boundary should be extended to the face border.
I tested it by changing samplers.rs. The texture was palced at a border of the face.
I would need it centered.
The text was updated successfully, but these errors were encountered: