MathGL3D: BoxRatios
- To: mathgroup at smc.vnet.net
- Subject: [mg39048] MathGL3D: BoxRatios
- From: "Jan Jansen" <jansen at emi.fhg.de>
- Date: Sun, 26 Jan 2003 05:22:39 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi everybody (especially Jens-Peter Kuska), I want to plot 3D Data (Curves) and export it to vrml. I´ve found this nice MathGL3D Tool, but can´t manage to change the scales of the axes, as one can do with BoxRatios for ordinary Mathematica Graphics3D. for example: Show[Graphics3D[{Line[{{0, 0, 0}, {1, 1, 0.1}}]}, BoxRatios -> {1, 1, 1}]] shows a scaled Plot, but MVShow3D[Graphics3D[{Line[{{0, 0, 0}, {1, 1, 0.1}}]}, BoxRatios -> {1, 1, 1}]] doesn´t. Is there an easy way to create scaled Plots in MathGL3D? How about exporting axes and text to vrml? Are there easier ways than creating axes as Lines and adding text afterwards with an vrml-creating tool? Thanks in advance Jan