---
title: "output::setOutputPosition"
framework: Compute Graph
role: symbol
role_heading: Function
platforms: [iOS 27.0+, iPadOS 27.0+, macOS 27.0+, tvOS 27.0+, visionOS 27.0+]
path: computegraph/output/setoutputposition
---

# output::setOutputPosition

Sets the position of the rendered output.

## Declaration

```swift
void output::setOutputPosition(float3 position)
```

## Parameters

- `position`: The 3D position where the output should be rendered, in the graph’s local coordinate system.

## Discussion

Discussion This function customizes where the particle will be rendered in 3D space. This affects only the rendered appearance and does not modify the particle node’s actual position. note:
