Buckets:

imerfanrajabee's picture
download
raw
520 Bytes
import getGeometryRoughness from './getGeometryRoughness.js';
import { Fn } from '../../tsl/TSLBase.js';
const getRoughness = /*@__PURE__*/ Fn( ( inputs ) => {
const { roughness } = inputs;
const geometryRoughness = getGeometryRoughness();
let roughnessFactor = roughness.max( 0.0525 ); // 0.0525 corresponds to the base mip of a 256 cubemap.
roughnessFactor = roughnessFactor.add( geometryRoughness );
roughnessFactor = roughnessFactor.min( 1.0 );
return roughnessFactor;
} );
export default getRoughness;

Xet Storage Details

Size:
520 Bytes
·
Xet hash:
9c6de9bf29a1346915f1018ff3defda48e4c0c502b0d2c10595f1d0a8522088e

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.