Re: How do we achieve this in XSI?

Date : Thu, 23 Feb 2006 14:35:41 -0500
To : XSI(at)Softimage.COM
From : todd akita <takita(at)earthlink.net>
Subject : Re: How do we achieve this in XSI?
If you run the following it will make a grid and a torus that sort of "pushes" the grid around.

//begin

CreatePrim("Grid", "MeshSurface", null, null);
SetValue("grid.polymsh.geom.subdivu", 21, null);
SetValue("grid.polymsh.geom.subdivv", 24, null);
CreatePrim("Torus", "MeshSurface", null, null);
ActivateObjectSelTool(null);
SelectObj("grid", null, true);
ActivateObjectSelTool(null);
ApplyOp("ShrinkWrap", "grid;torus;", 3, siPersistentOperation, null, 0);
SetValue("grid.polymsh.shrinkwrap.proj", 3, null);

//end
---
Unsubscribe? Mail Majordomo(at)Softimage.COM with the following text in body:
unsubscribe xsi


Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.