Bitbybit Docs
    Preparing search index...

    Class ScaleCenterXYZDto (Inputs.BabylonTransforms)

    Feeds babylon.transforms.scaleCenterXYZ with a scale factor per axis and the point that stays in place.

    Index

    Constructors

    Properties

    Constructors

    Properties

    center: Point3

    The point the scaling is measured from; it stays where it is

    [0, 0, 0]
    
    scaleXyz: Vector3

    The factors along X, Y and Z: [1, 2, 1] doubles Y and keeps X and Z

    [1, 1, 1]