Blender V5.0
blender::nodes::sim_output::ReadInterpolated Struct Reference

#include <NOD_geometry_nodes_lazy_function.hh>

Public Attributes

float mix_factor
bke::bake::BakeStateRef prev_state
bke::bake::BakeStateRef next_state

Detailed Description

The inputs are not evaluated, instead of a mix of the two given states is output.

Definition at line 107 of file NOD_geometry_nodes_lazy_function.hh.

Member Data Documentation

◆ mix_factor

float blender::nodes::sim_output::ReadInterpolated::mix_factor

Factor between 0 and 1 that determines the influence of the two simulation states.

Definition at line 109 of file NOD_geometry_nodes_lazy_function.hh.

◆ next_state

bke::bake::BakeStateRef blender::nodes::sim_output::ReadInterpolated::next_state

Definition at line 111 of file NOD_geometry_nodes_lazy_function.hh.

◆ prev_state

bke::bake::BakeStateRef blender::nodes::sim_output::ReadInterpolated::prev_state

Definition at line 110 of file NOD_geometry_nodes_lazy_function.hh.


The documentation for this struct was generated from the following file: