Skip to content

'scale' property of ArCoreReferenceNode doesn't work #73

@rishikeshkchapekar

Description

@rishikeshkchapekar

Code:

arCoreController.addArCoreNodeWithAnchor(
          ArCoreReferenceNode(
            name: "burger",
            object3DFileName:"Hamburger.sfb",
            scale: vector.Vector3(0.1,0.1,0.1),
            position: plane.pose.translation,
            rotation: plane.pose.rotation,
          ),
    
    );

Issue:

The object is too big, so I'm trying to scale it down to 10% of the size. But scale: vector.Vector3(0.1,0.1,0.1) does not work. The object doesn't get scaled. Tried for multiple values, but the object remains the same size.

Also tried it for various objects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions