User:Sblair

How do I render an orthographic view (eg Top, Front, Right)?

  • In an orthographic view, create a render region and then save the render region to disk.
  • Create an orthographic camera, position it, and then in the Render Settings, change the Output Camera (Format tab) to the orthographic camera.


Notepad


Description
How do I: Troubleshoot license activation problems? (http://softimage.wiki.avid.com/images/5/5f/TroubleshootLicActivation.zip) (8MB, 2:01)



Description
// cube
SelectObj("sphere", null, null);
var oX3DObject = Selection(0);
// cube > Polygon Mesh
var oPrimitive = oX3DObject.ActivePrimitive;
// cube > Polygon Mesh > Geometry
var oGeometryOp = oPrimitive.NestedObjects("Geometry");
// cube > Polygon Mesh > Geometry > U Subdivisions
var oSubdivu = oGeometryOp.Parameters( "subdivu" );
var oSubdivu1 = oX3DObject.Parameters( "subdivu" );
// cube > Polygon Mesh > Geometry > Cube
// "cube.polymsh.geom.cube" aka "cube.cube"
var o = oX3DObject.Primitives(0);

This page was last modified 11:08, 20 Nov 2007.
This page has been accessed 1596 times.