Skip to content

alpha in vertex color is in vtx_ref  #43

@janEntikan

Description

@janEntikan

attributes.append('<RGBA> { %f %f %f 1.0 }' % col[:])

this line should be:

attributes.append('<RGBA> { %f %f %f %f }' % col[:])

or it returns an error

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