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 c2c67a6 commit 7b04946Copy full SHA for 7b04946
flow360/__init__.py
@@ -107,6 +107,16 @@
107
PointArray,
108
PointArray2D,
109
Slice,
110
+ RenderCameraConfig,
111
+ RenderLightingConfig,
112
+ AmbientLight,
113
+ DirectionalLight,
114
+ OrthographicProjection,
115
+ PerspectiveProjection,
116
+ StaticCamera,
117
+ OrbitCamera,
118
+ SplineCamera,
119
+ KeyframeCamera
120
)
121
from flow360.component.simulation.outputs.outputs import (
122
AeroAcousticOutput,
@@ -126,6 +136,7 @@
126
136
TimeAverageVolumeOutput,
127
137
UserDefinedField,
128
138
VolumeOutput,
139
+ RenderOutput
129
140
130
141
from flow360.component.simulation.primitives import (
131
142
Box,
0 commit comments