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.
sizeNode
1 parent d786e5e commit 0f93b6fCopy full SHA for 0f93b6f
src/materials/nodes/PointsNodeMaterial.js
@@ -35,6 +35,11 @@ class PointsNodeMaterial extends SpriteNodeMaterial {
35
/**
36
* This node property provides an additional way to set the point size.
37
*
38
+ * Note that WebGPU only supports point primitives with 1 pixel size. Consequently,
39
+ * this node has no effect when the material is used with {@link Points} and a WebGPU
40
+ * backend. If an application wants to render points with a size larger than 1 pixel,
41
+ * the material should be used with {@link Sprite} and instancing.
42
+ *
43
* @type {?Node<vec2>}
44
* @default null
45
*/
0 commit comments