qmuntal/gltf

View on GitHub
modeler/write.go

Summary

Maintainability
A
1 hr
Test Coverage

Function WriteAttributesInterleaved has 67 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func WriteAttributesInterleaved(doc *gltf.Document, v Attributes) (map[string]uint32, error) {
    type attrProps struct {
        Name       string
        Normalized bool
    }
Severity: Minor
Found in modeler/write.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status