New in Wolfram
Mathematica
8: CUDA and OpenCL Support
◄
previous
|
next
►
Software Development
Do Real-Time Volumetric Rendering
Carry out real-time rendering of volumetric data.
In[1]:=
X
data = CUDAVolumetricDataRead[ FileNameJoin[{$CUDALinkExampleDataPath, "Bucky.raw"}], 32, 32]; CUDAVolumetricRender[data, "Width" -> 400, "Height" -> 400]
Play Animation
»
Stop Animation
»