|
Blender V5.0
|
#include <NOD_geometry_nodes_lazy_function.hh>
Public Attributes | |
| float | mix_factor |
| bke::bake::BakeStateRef | prev_state |
| bke::bake::BakeStateRef | next_state |
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.
| 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.
| bke::bake::BakeStateRef blender::nodes::sim_output::ReadInterpolated::next_state |
Definition at line 111 of file NOD_geometry_nodes_lazy_function.hh.
| bke::bake::BakeStateRef blender::nodes::sim_output::ReadInterpolated::prev_state |
Definition at line 110 of file NOD_geometry_nodes_lazy_function.hh.