Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!hplabs!hpfcso!hpfcmgw!jeff From: jeff@hpfcmgw.HP.COM (Jeff Taylor) Newsgroups: comp.sys.hp Subject: Re: R.H. Coord system in Starbase Message-ID: <1080090@hpfcmgw.HP.COM> Date: 25 Oct 89 17:26:25 GMT References: <1048@esatst.yc.estec.nl> Organization: HP Fort Collins, CO Lines: 19 > I'm trying to write a program in starbase that uses a right-hand > coordinate system. The man page for view_camera states that :- You need to negate the Z fields of the "camera_arg". camera.refz will also need to be negated: camera_arg camera = { 0.0, 0.0, 0.0, /* reference position */ 1.0, 1.0, -1.0, /* camera position */ 0.0, 0.0, -1.0, /* up vector */ 60.0, /* field of view */ -1.0, 1.0, /* front & back */ CAM_PARALLEL /* projection */ }; Jeff Taylor jeff@hpfcmr #include