b3dBrushMetallic

Sets brush metallic factor (0.0=non-metallic/dielectric, 1.0=metallic/conductor, clamped 0.0-1.0). Takes brushHandle (brush handle), metallic (metallicness, clamped 0.0-1.0). Returns nothing.

3D Graphics

Parameters & Returns

Parameters

brushHandle Int
metallic Double

Returns

Void

Quick Summary

Sets brush metallic factor (0.0=non-metallic/dielectric, 1.0=metallic/conductor, clamped 0.0-1.0). Takes brushHandle (brush handle), metallic (metallicness, clamped 0.0-1.0). Returns nothing.

Technical Exegesis...

Sets brush metallic factor (0.0=non-metallic/dielectric, 1.0=metallic/conductor, clamped 0.0-1.0). Takes brushHandle (brush handle), metallic (metallicness, clamped 0.0-1.0). Returns nothing. Validates brush handle, clamps metallic to 0.0-1.0 range, stores in brush.metallicFactor. Controls whether surface behaves as metal or non-metal in PBR rendering (affects specular color and reflectance).

This function sets material metalness for physically based rendering. Metallic parameter: 0.

Example

Example.bam
; No example implemented yet