[−][src]Struct pbrt::textures::imagemap::ImageTexture
Fields
mapping: Box<TextureMapping2D>
mipmap: Arc<MipMap<T>>
Implementations
impl<T> ImageTexture<T> where
T: Default + Zero + Clone + Add<T, Output = T> + AddAssign + Clampable + Copy + Div<Float, Output = T> + Mul<T, Output = T> + Mul<Float, Output = T>,
[src]
T: Default + Zero + Clone + Add<T, Output = T> + AddAssign + Clampable + Copy + Div<Float, Output = T> + Mul<T, Output = T> + Mul<Float, Output = T>,
pub fn new<F: Fn(&Spectrum) -> T>(
mapping: Box<TextureMapping2D>,
filename: String,
do_trilinear: bool,
max_aniso: Float,
wrap_mode: ImageWrap,
scale: Float,
gamma: bool,
convert: F
) -> ImageTexture<T>
[src]
mapping: Box<TextureMapping2D>,
filename: String,
do_trilinear: bool,
max_aniso: Float,
wrap_mode: ImageWrap,
scale: Float,
gamma: bool,
convert: F
) -> ImageTexture<T>
Trait Implementations
impl ImageTextureConvert<RGBSpectrum> for ImageTexture<Spectrum>
[src]
fn convert_out(from: &Spectrum, to: &mut Spectrum)
[src]
impl ImageTextureConvert<f32> for ImageTexture<Float>
[src]
fn convert_out(from: &Float, to: &mut Float)
[src]
impl Texture<RGBSpectrum> for ImageTexture<Spectrum>
[src]
fn evaluate(&self, si: &SurfaceInteraction<'_>) -> Spectrum
[src]
impl Texture<f32> for ImageTexture<Float>
[src]
fn evaluate(&self, si: &SurfaceInteraction<'_>) -> Float
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for ImageTexture<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for ImageTexture<T> where
T: Send + Sync,
T: Send + Sync,
impl<T> Sync for ImageTexture<T> where
T: Send + Sync,
T: Send + Sync,
impl<T> Unpin for ImageTexture<T>
impl<T> UnwindSafe for ImageTexture<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,