Module: tfg.rendering
Stay organized with collections
Save and categorize content based on your preferences.
Rendering module.
Modules
barycentrics
module: Set of functions to compute differentiable barycentric coordinates.
camera
module: Camera module.
framebuffer
module: Storage classes for framebuffers and related data.
interpolate
module: Interpolation utilities for attributes.
light
module: Light module.
rasterization_backend
module: Rasterization backends selector for TF Graphics.
reflectance
module: Reflectance module.
splat
module: Differentiable point splatting functions for rasterize-then-splat.
texture
module: Texture module.
triangle_rasterizer
module: This module implements a differentiable rasterizer of triangular meshes.
utils
module: Various util functions common for all rasterizers.
volumetric
module: Voxels module.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-08-09 UTC.
[null,null,["Last updated 2021-08-09 UTC."],[],[],null,["# Module: tfg.rendering\n\n\u003cbr /\u003e\n\n|-----------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/graphics/blob/master/tensorflow_graphics/rendering/__init__.py) |\n\nRendering module.\n\nModules\n-------\n\n[`barycentrics`](../tfg/rendering/barycentrics) module: Set of functions to compute differentiable barycentric coordinates.\n\n[`camera`](../tfg/rendering/camera) module: Camera module.\n\n[`framebuffer`](../tfg/rendering/framebuffer) module: Storage classes for framebuffers and related data.\n\n[`interpolate`](../tfg/rendering/interpolate) module: Interpolation utilities for attributes.\n\n[`light`](../tfg/rendering/light) module: Light module.\n\n[`rasterization_backend`](../tfg/rendering/rasterization_backend) module: Rasterization backends selector for TF Graphics.\n\n[`reflectance`](../tfg/rendering/reflectance) module: Reflectance module.\n\n[`splat`](../tfg/rendering/splat) module: Differentiable point splatting functions for rasterize-then-splat.\n\n[`texture`](../tfg/rendering/texture) module: Texture module.\n\n[`triangle_rasterizer`](../tfg/rendering/triangle_rasterizer) module: This module implements a differentiable rasterizer of triangular meshes.\n\n[`utils`](../tfg/rendering/utils) module: Various util functions common for all rasterizers.\n\n[`volumetric`](../tfg/rendering/volumetric) module: Voxels module."]]