Skip to content

Three.js (r109) complaining about faceVertexUvs #4

@michaelkrzyzaniak

Description

@michaelkrzyzaniak

Change

three_geometry.faceVertexUvs[0].push( new THREE.Vector2( ) )

to

three_geometry.faceVertexUvs[0].push( [new THREE.Vector2( ), new THREE.Vector2( ), new THREE.Vector2( )] );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions