From 71e4f2d88c457093e20258eac587e463f1c3c52a Mon Sep 17 00:00:00 2001 From: qmuntal Date: Tue, 2 Jul 2024 10:07:14 +0200 Subject: [PATCH] fix WritePrimitiveAttributes example name --- modeler/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modeler/example_test.go b/modeler/example_test.go index a9c7253..362433c 100644 --- a/modeler/example_test.go +++ b/modeler/example_test.go @@ -101,7 +101,7 @@ func ExampleWriteAccessorsInterleaved() { } } -func ExampleWriteAttributesInterleaved() { +func ExampleWritePrimitiveAttributes() { doc := gltf.NewDocument() attrs, _ := modeler.WritePrimitiveAttributes(doc, modeler.PrimitiveAttribute{Name: gltf.POSITION, Data: [][3]float32{{1, 2, 3}, {0, 0, -1}}},