Skip to content

Commit

Permalink
Merge pull request #85 from smplrspace/next
Browse files Browse the repository at this point in the history
v2.27.3
  • Loading branch information
tibotiber authored Oct 31, 2024
2 parents 224bddb + 0360104 commit 4e8f362
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/api-reference/space/custom-ux.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ space.startViewer({
topShownLevel?: number,
includeLevels?: number[],
cameraPlacement?: {
alpha: number,
beta: number,
radius: number,
target: {
x: number,
y: number,
z: number
alpha?: number,
beta?: number,
radius?: number,
target?: {
x?: number,
y?: number,
z?: number
}
},
disableCameraControls?: boolean,
Expand Down

0 comments on commit 4e8f362

Please sign in to comment.