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 the devel branch, in 08cba28, I replaced the old extract_texture(...) with the newer v2::extract_texture(...), and made the new one the default by removing the v2:: from the namespace. See the commit messages of 08cba28 and 8fd1735 for more information.
The thing to note here is that the new function does not (yet) support computing and outputting the view-angle based weighting, which was previously output in the alpha channel. This has to be re-added. To be consistent with the old implementation, the visibility in the 4th channel was 0=invis, 255=visible.
The text was updated successfully, but these errors were encountered:
In the devel branch, in 08cba28, I replaced the old
extract_texture(...)
with the newerv2::extract_texture(...)
, and made the new one the default by removing thev2::
from the namespace. See the commit messages of 08cba28 and 8fd1735 for more information.The thing to note here is that the new function does not (yet) support computing and outputting the view-angle based weighting, which was previously output in the alpha channel. This has to be re-added. To be consistent with the old implementation, the visibility in the 4th channel was 0=invis, 255=visible.
The text was updated successfully, but these errors were encountered: