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
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
As reported by a user through Atlassian contact address
When using a code block like:
{code:c++|title=rmanshare/RIS/include/sharedComponents/PxrLightFilter.h|linenumbers|firstline=197|highlight=205-206}
// transform all points
RtInt res = lfCtx->Transform(RixShadingContext::k_AsPoints,
US_NULL, _coordSys,
numSamples, shadingCtxIndex,
xformedP, xformedP,
NULL, NULL);
if (res != 0)
{
std::cerr << "Transform from 'current' to '" << _coordSys.CStr()
<< "' did not work!" << std::endl;
}
{code}
It will render a highlite like this:
The text was updated successfully, but these errors were encountered: