0

Got "Error: volume.slicing_ is not a function" when trying to experiment with this method. It is in the api doc and source code at http://api.goxtk.com/symbols/src/_Users_d_Projects_X_objects_volume.js.html.

1 Answers1

1

you can probably show single images by looking at

http://jsfiddle.net/haehn/qxMtk/

and

http://jsfiddle.net/gh/get/library/pure/xtk/lessons/tree/gh-pages/13/#run

haehn
  • 967
  • 1
  • 6
  • 19
  • For the second example, is there a way to see the full front view for both X and Y orientations, just like the Z orientation? – user1390021 Jul 23 '12 at 14:25
  • yes, you can just hide 2 and 3 to show X or 1 and 3 to show Y – haehn Jul 24 '12 at 13:57
  • I actually want to see all three together. The issue is that the X and Y orientations are shown slantingly, while the Z orientation has a full frontal view. I suspect I have to play with the camera position, but nothing was set in the example given in lesson 13. -Thanks – user1390021 Jul 24 '12 at 14:58
  • Non issue. The different look is caused by the smaller number of slices on the Z orientation. – user1390021 Jul 24 '12 at 21:47