SdPostRenderVarDisplayTexture
Synthetic Data node to copy the input aov texture into the corresponding visualization texture
Installation
To use this Node, you must enable omni.syntheticdata
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
gpu |
|
Pointer to shared context containing gpu foundations |
|
rp |
|
Pointer to render product for this view |
|
renderVar |
|
Name of the input RenderVar to display |
|
renderVarDisplay |
|
Name of the output display RenderVar |
|
mode |
|
Display mode |
autoMode |
parameters |
|
Display parameters |
[0.0, 5.0, 0.33, 0.27] |
sdDisplayWidth |
|
Visualization texture width |
|
sdDisplayHeight |
|
Visualization texture Height |
|
cameraModel |
|
Camera model (pinhole or fisheye models) |
|
cameraFisheyeParams |
|
Camera fisheye projection parameters |
|
cameraNearFar |
|
Camera near/far clipping range |
|
metersPerSceneUnit |
|
Scene units to meters scale |
|
instanceMappingInfoSDPtr |
|
uint buffer pointer containing the following information : [numInstances, minInstanceId, numSemantics, minSemanticId, numProtoSemantic] |
|
instanceMapSDCudaPtr |
|
cuda uint16_t buffer pointer of size numInstances containing the instance parent semantic index |
|
semanticMapSDCudaPtr |
|
cuda uint16_t buffer pointer of size numSemantics containing the semantic parent semantic index |
|
semanticLabelTokenSDCudaPtr |
|
cuda uint64_t buffer pointer of size numSemantics containing the semantic label token |
|
semanticPrimTokenSDCudaPtr |
|
cuda uint64_t buffer pointer of size numSemantics containing the semantic path token |
|
semanticWorldTransformSDCudaPtr |
|
cuda float44 buffer pointer of size numSemantics containing the world semantic transform |
|
sdSemBBoxInfosCudaPtr |
|
Cuda buffer containing valid bounding boxes infos |
|
sdSemBBoxExtentCudaPtr |
|
Cuda buffer containing the extent of the bounding boxes as a float4=(u_min,v_min,u_max,v_max) for 2D or a float6=(xmin,ymin,zmin,xmax,ymax,zmax) in object space for 3D |
|
sdSemBBox3dCamCornersCudaPtr |
|
Cuda buffer containing the projection of the 3d bounding boxes on the camera plane represented as a float3=(u,v,z,a) for each bounding box corners |
|
sdSemBBox3dCamExtentCudaPtr |
|
Cuda buffer containing the 2d extent of the 3d bounding boxes on the camera plane represented as a float6=(u_min,u_max,v_min,v_max,z_min,z_max) |
|
exec |
|
Trigger |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
renderVarDisplay |
|
Name of the output display RenderVar |
|
format |
|
Display texture format |
|
width |
|
Display texture width |
|
height |
|
Display texture height |
|
cudaPtr |
|
Display texture CUDA pointer |
|
exec |
|
Trigger |