Skip to content

Commit dbb637e

Browse files
authored
Update Prim.md (#127)
1 parent b7ca8f9 commit dbb637e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/scripting/nodes/types/Prim.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Creates primitive 3D shapes with built-in geometry caching for optimal performance.
44

5+
Primitives origins are the in the middle of their shapes.
6+
57
## Properties
68

79
### `.type`: String
@@ -273,4 +275,4 @@ app.add(triggerZone)
273275
- Physics bodies are centered to match the visual geometry
274276
- Dynamic bodies require the `mass` property to be set
275277
- Trigger volumes don't cause physical collisions but can detect overlaps
276-
- Physics callbacks (onContactStart, etc.) receive the other colliding object as a parameter
278+
- Physics callbacks (onContactStart, etc.) receive the other colliding object as a parameter

0 commit comments

Comments
 (0)