Skip to content

Camera - change of fields during runtime #49

Description

@TimDomino

When changing the fields of a avango.gua.nodes.Camera instance, these changes are not forwarded to the rendering.

A dirty fix would be to apply the changes on the camera and reset the camera on the pipeline:

self.camera.RenderMask.value = _render_mask
self.pipeline.Camera.value = self.camera

... which results in segmentation faults irregularly after some runtime when done multiple times.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions