ai_deprecated.h
Go to the documentation of this file.
1// Copyright 2021 Autodesk, Inc. All rights reserved.
2//
3// Use of this software is subject to the terms of the Autodesk license
4// agreement provided at the time of installation or download, or which
5// otherwise accompanies this software in either electronic or hard copy form.
6
16#pragma once
17
18struct AtCameraInput;
19struct AtCameraOutput;
20struct AtNode;
21
22AI_API void AiCameraCreateRayDeprecated(const AtNode* node, const AtCameraInput& input,
23 AtCameraOutput& output, uint16_t tid);
24
25AI_DEPRECATED typedef AtVector AtPoint; // eventually we will remove AtPoint.
26AI_DEPRECATED typedef AtVector2 AtPoint2; // eventually we will remove AtPoint2.
27AI_DEPRECATED typedef AtRGB AtColor; // eventually we will remove AtColor.
Camera ray creation inputs.
Definition: ai_cameras.h:24
Camera ray creation outputs.
Definition: ai_cameras.h:41
This represents a node in Arnold.
RGB color.
Definition: ai_color.h:32
2D point
Definition: ai_vector.h:255
3D point (single precision)
Definition: ai_vector.h:30

© 2023 Autodesk, Inc. · All rights reserved · www.arnoldrenderer.com