KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SILK_SCREEN_NORMAL Class Reference

#include <material.h>

Inheritance diagram for SILK_SCREEN_NORMAL:
MATERIAL_GENERATOR

Public Member Functions

 SILK_SCREEN_NORMAL ()
 
 SILK_SCREEN_NORMAL (float aScale)
 
virtual ~SILK_SCREEN_NORMAL ()
 
SFVEC3F Generate (const RAY &aRay, const HITINFO &aHitInfo) const override
 Generate a 3D vector based on the ray and hit information depending on the implementation.
 

Private Attributes

float m_scale
 

Detailed Description

Definition at line 215 of file material.h.

Constructor & Destructor Documentation

◆ SILK_SCREEN_NORMAL() [1/2]

SILK_SCREEN_NORMAL::SILK_SCREEN_NORMAL ( )
inline

Definition at line 218 of file material.h.

References m_scale.

◆ SILK_SCREEN_NORMAL() [2/2]

SILK_SCREEN_NORMAL::SILK_SCREEN_NORMAL ( float  aScale)

Definition at line 302 of file material.cpp.

References m_scale.

◆ ~SILK_SCREEN_NORMAL()

virtual SILK_SCREEN_NORMAL::~SILK_SCREEN_NORMAL ( )
inlinevirtual

Definition at line 225 of file material.h.

Member Function Documentation

◆ Generate()

SFVEC3F SILK_SCREEN_NORMAL::Generate ( const RAY aRay,
const HITINFO aHitInfo 
) const
overridevirtual

Generate a 3D vector based on the ray and hit information depending on the implementation.

Parameters
aRaythe camera ray that hits the object
aHitInfothe hit information
Returns
the result of the procedural

Implements MATERIAL_GENERATOR.

Definition at line 308 of file material.cpp.

References HITINFO::m_HitPoint, m_scale, PerlinNoise::noise(), and s_perlinNoise.

Member Data Documentation

◆ m_scale

float SILK_SCREEN_NORMAL::m_scale
private

Definition at line 232 of file material.h.

Referenced by Generate(), and SILK_SCREEN_NORMAL().


The documentation for this class was generated from the following files: