We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfa0a8 commit 65a2098Copy full SHA for 65a2098
packages/functions/src/unwrap.ts
@@ -85,7 +85,7 @@ export const UNWRAP_DEFAULTS: Required<Omit<UnwrapOptions, 'watlas'>> = {
85
*
86
* // Generate a TEXCOORD_1 attribute for all primitives.
87
* await document.transform(
88
- * unwrap({ watlas, texCoord: 1, overwrite: true, groupBy: 'scene' })
+ * unwrap({ watlas, texcoord: 1, overwrite: true, groupBy: 'scene' })
89
* );
90
* ```
91
@@ -169,7 +169,7 @@ export function unwrap(_options: UnwrapOptions): Transform {
169
* // Generate a TEXCOORD_1 attribute for the specified primitives.
170
* unwrapPrimitives(mesh.listPrimitives(), {
171
* watlas,
172
- * texCoord: 1,
+ * texcoord: 1,
173
* overwrite: true
174
* });
175
0 commit comments