luxe: cable
import "luxe: cable" for Cableno docs found
Variables
Section titled “Variables”var fixed_size : Bool = falsevar flex_amount : Num = 0.1var damping : Num = 0.96var iterations : Num = 4var segments : Num = 20var segment_length : Num = 12var gravity : List = [0, -200, 0]var start : Float3 = [0, 0, 0]var end : Float3 = [0, 0, 0]var nodes : List = []Cable.new(.)
Section titled “Cable.new(.)”Cable.new() : Cableno docs found
Cable.pre_warm(.)
Section titled “Cable.pre_warm(.)”Cable.pre_warm(warm_iterations : Num) : unknownno docs found
Cable.simulate(.)
Section titled “Cable.simulate(.)”Cable.simulate() : unknownno docs found
Cable.apply_constraints(.)
Section titled “Cable.apply_constraints(.)”Cable.apply_constraints() : unknownno docs found
Cable.tick(.)
Section titled “Cable.tick(.)”Cable.tick() : unknownno docs found