Module ray_tracing_core::texture[][src]

Texture objects

Implementation of ray tracing textures

Structs

BitmapTexture
CheckerTexture
ColorFilter

Color filter for textures

ConstantTexture

Texture object that represents a uniform color

NoiseTexture

Enums

NoiseType

Traits

Texture
Visitor