New in Wolfram
Mathematica
8: Import and Export Formats
◄
previous
|
next
►
Application Areas
Colored Transparent 3D Models
Enhanced support for colors and transparency in OBJ 3D models.
In[1]:=
X
Export["model.obj", RegionPlot3D[x y z < 1, {x, -5, 5}, {y, -5, 5}, {z, -5, 5}, PlotStyle -> Directive[Yellow, Opacity[0.5]], Mesh -> None], "OBJ"]; Import["model.obj"]
Out[1]=