Page 1 of 1
How can I flip a Obj file in octane standalone
Posted: Fri Jan 20, 2017 12:20 am
by azims
Hi,
Is there a node to flip a OBJ mesh in octane standalone.
If there is none. Can I flip a the Obj using the scatter node?
Thanks,
Re: How can I flip a Obj file in octane standalone
Posted: Fri Jan 20, 2017 12:26 am
by Phantom107
Yes you can flip it in the Scatter node, just create the appropriate matrix for it (see Octane manual)
Re: How can I flip a Obj file in octane standalone
Posted: Fri Jan 20, 2017 12:59 am
by azims
Hi Guss,
I looked in the manual but could not figure it out. Can you please post the syntax here to flip vertically. I have modeled half of a surface in Rhino. I could mirror it about the YZ axis in Rhino but want to flip the Obj in Octane.
Thanks,
Azim
Re: How can I flip a Obj file in octane standalone
Posted: Fri Jan 20, 2017 2:45 am
by azims
OK, I managed to figure this out. Below is a brief explain in case others need to flip a mesh.
Scatter node takes three sets of four values. Type values in the scatter box. Below is what I entered to flip my mesh vertically. Enter values for tx, ty and tz values if you want to shift the mesh left/ right etc. In my cast I just put '0'
-1 0 0 tx 0 1 0 ty 0 0 1 tz
Re: How can I flip a Obj file in octane standalone
Posted: Fri Jan 20, 2017 9:14 am
by bepeg4d
Hi,
another more easy way is to add a placement node between any kind of geometry node, unlock the scale, and set e negative value on the desire axis:
ciao beppe
Re: How can I flip a Obj file in octane standalone
Posted: Fri Jan 20, 2017 9:46 am
by azims
Thanks Bepeg.