Skip to content

Add a note about background textures #56

@MRiabov

Description

@MRiabov

Hello. This is in relation to https://genesis-world.readthedocs.io/en/latest/user_guide/getting_started/visualization.html

While demo.py shows how to add a background texture, via:

 env_surface=gs.surfaces.Emission(
                emissive_texture=gs.textures.ImageTexture(
                    image_path="textures/indoor_bright.png",
                ),
            ),

It probably is worth noting this in the docs.

Cheers.

Edit: is there no way to add background texture (only color) to rasterizer renderer? Why? What if I want to use rasterizer and not raytracer (performance?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions