Skip to content
This repository was archived by the owner on Mar 5, 2021. It is now read-only.
This repository was archived by the owner on Mar 5, 2021. It is now read-only.

access to BufferGeometry in SupThreeScene.getObjectByName("name").children to manipulate verticles #64

@sunnydrake

Description

@sunnydrake

Hello, i need to manipulate verticles of Mesh to do this is need to get type mesh from children array of Object3D by SupThreeScene.getObjectByName("name").children[mesh_object_position] + bump SupThreeScene.getObjectByName("name").children[mesh_object_position].geometry.attributes.position.version (or just call buffer_geometry.attributes.position.needsUpdate = true; buffer_geometry.attributes.color.needsUpdate = true;)
unfortunetly SupThreeScene.getObjectByName("name").children[] only returns Type Object3D :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions