Skip to content

Commit

Permalink
update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
t3kt committed Dec 15, 2024
1 parent 3a8695a commit 2eff5c1
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/_reference/operators/filter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ cat:
name: spiralZoom
summary: Transforms space using a logarithmic spiral.
thumb: assets/images/reference/operators/filter/spiralZoom_thumb.png
- keywords:
- separate
- slice
name: split
thumb: assets/images/reference/operators/filter/split_thumb.png
- keywords:
- move
- pivot
Expand Down
141 changes: 141 additions & 0 deletions docs/_reference/operators/filter/split.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
---
layout: operator
title: split
parent: Filter Operators
grand_parent: Operators
permalink: /reference/operators/filter/split
redirect_from:
- /reference/opType/raytk.operators.filter.split/
op:
category: filter
inputs:
- contextTypes:
- Context
- MaterialContext
- CameraContext
- LightContext
- RayContext
- VertexContext
- PixelContext
coordTypes:
- float
- vec2
- vec3
- vec4
label: definition_in
name: definition_in
required: true
returnTypes:
- float
- vec4
- Sdf
- Volume
- Ray
- Light
- contextTypes:
- Context
- MaterialContext
- CameraContext
- LightContext
- RayContext
- VertexContext
- PixelContext
coordTypes:
- float
- vec2
- vec3
- vec4
label: Offset Field
name: offsetField
returnTypes:
- float
supportedVariableInputs:
- inputOp1
- contextTypes:
- Context
- MaterialContext
- CameraContext
- LightContext
- RayContext
- VertexContext
- PixelContext
coordTypes:
- float
- vec2
- vec3
- vec4
label: Thickness Field
name: thicknessField
returnTypes:
- float
supportedVariableInputs:
- inputOp1
- offsetField
- contextTypes:
- Context
- MaterialContext
- CameraContext
- LightContext
- RayContext
- VertexContext
- PixelContext
coordTypes:
- float
- vec2
- vec3
- vec4
label: Rotate Field
name: rotateAxisField
returnTypes:
- vec4
supportedVariableInputs:
- inputOp1
- offsetField
- thicknessField
keywords:
- separate
- slice
name: split
opType: raytk.operators.filter.split
parameters:
- label: Enable
name: Enable
- label: Axis
menuOptions:
- label: X
name: x
- label: Y
name: y
- label: Z
name: z
name: Axis
readOnlyHandling: semibaked
regularHandling: runtime
summary: The along which to split.
- label: Rotate Axis
name: Rotateaxis
readOnlyHandling: baked
regularHandling: runtime
- label: Offset
name: Offset
readOnlyHandling: baked
regularHandling: runtime
summary: Shifts the center position of the split along the axis.
- label: Thickness
name: Thickness
readOnlyHandling: baked
regularHandling: runtime
summary: Thickness of the split.
- label: Enable Smoothing
name: Enablesmoothing
readOnlyHandling: semibaked
regularHandling: runtime
summary: Whether to smooth the transition on each side of the split.
- label: Smooth Radius
name: Smoothradius
readOnlyHandling: baked
regularHandling: runtime
summary: The amount of smoothing distance.
thumb: assets/images/reference/operators/filter/split_thumb.png

---

0 comments on commit 2eff5c1

Please sign in to comment.