Text in 3D.
 |
 |
| JavaView Snapshot |
Mathematica Snapshot |
|
|
|
| JavaView Applet |
JavaView Lite Applet |
| Labels in 3D. |
In[1]:=
txt3D = Graphics3D[{Text["LeftUp", {-1, 0, 0.5}], Text["RightUp", {1, 0, 0.5}],
Text["BackLow", {0, 1, -0.5}], Text["FrontLow", {0, -1, -0.5}], {PointSize[.075], RGBColor[1, 0, 0],
Point[{0, 0, 0}]}}, PlotRange -> All];
In[2]:=
JavaView[txt3D]
|
|