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.
1 parent fabd0c8 commit b2ba940Copy full SHA for b2ba940
flow360/__init__.py
@@ -123,6 +123,16 @@
123
PointArray,
124
PointArray2D,
125
Slice,
126
+ RenderCameraConfig,
127
+ RenderLightingConfig,
128
+ AmbientLight,
129
+ DirectionalLight,
130
+ OrthographicProjection,
131
+ PerspectiveProjection,
132
+ StaticCamera,
133
+ OrbitCamera,
134
+ SplineCamera,
135
+ KeyframeCamera
136
)
137
from flow360.component.simulation.outputs.outputs import (
138
AeroAcousticOutput,
@@ -145,6 +155,7 @@
145
155
TimeAverageVolumeOutput,
146
156
UserDefinedField,
147
157
VolumeOutput,
158
+ RenderOutput
148
159
149
160
from flow360.component.simulation.primitives import (
150
161
AxisymmetricBody,
0 commit comments