Sd Texture To Linear Array#
SyntheticData node to copy the input texture into a linear array buffer
Installation#
To use this node enable omni.syntheticdata in the Extension Manager.
Inputs#
| Name | Type | Descripton | Default | 
|---|---|---|---|
| Cuda Mipmapped Array (inputs:cudaMipmappedArray) | 
 | Pointer to the CUDA Mipmapped Array | 0 | 
| Format (inputs:format) | 
 | Format | 0 | 
| Height (inputs:height) | 
 | Height | 0 | 
| Hydra Time (inputs:hydraTime) | 
 | Hydra time in stage | 0.0 | 
| Mip Count (inputs:mipCount) | 
 | Mip Count | 0 | 
| Output Height (inputs:outputHeight) | 
 | Requested output height | 0 | 
| Output Width (inputs:outputWidth) | 
 | Requested output width | 0 | 
| Sim Time (inputs:simTime) | 
 | Simulation time | 0.0 | 
| Stream (inputs:stream) | 
 | Pointer to the CUDA Stream | 0 | 
| Width (inputs:width) | 
 | Width | 0 | 
Outputs#
| Name | Type | Descripton | Default | 
|---|---|---|---|
| Data (outputs:data) | 
 | Buffer array data | [] | 
| Height (outputs:height) | 
 | Buffer array height | None | 
| Hydra Time (outputs:hydraTime) | 
 | Hydra time in stage | None | 
| Sim Time (outputs:simTime) | 
 | Simulation time | None | 
| Stream (outputs:stream) | 
 | Pointer to the CUDA Stream | None | 
| Width (outputs:width) | 
 | Buffer array width | None | 
Metadata#
| Name | Value | 
|---|---|
| Unique ID | omni.syntheticdata.SdTextureToLinearArray | 
| Version | 1 | 
| Extension | omni.syntheticdata | 
| Has State? | False | 
| Implementation Language | C++ | 
| Default Memory Type | cpu | 
| Generated Code Exclusions | tests | 
| Categories | internal | 
| Generated Class Name | OgnSdTextureToLinearArrayDatabase | 
| Python Module | omni.syntheticdata |