Skip to content
Snippets Groups Projects
Commit f96211ff authored by dsehnal's avatar dsehnal
Browse files

comment

parent 77f9c027
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,9 @@ import { NumberArray } from './type-helpers';
import { ParamDefinition as PD } from './param-definition';
export interface Material {
// Normalized to [0, 1] range
/** Normalized to [0, 1] range */
metalness: number,
// Normalized to [0, 1] range
/** Normalized to [0, 1] range */
roughness: number
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment