pub fn render_to_files_with_object_transform(
object_dir: &Path,
camera_transform: &Transform,
object_rotation: &ObjectRotation,
object_translation: Vec3,
object_scale: Vec3,
config: &RenderConfig,
rgba_path: &Path,
depth_path: &Path,
) -> Result<(), RenderError>Expand description
Render directly to files with explicit object translation and scale.