POV-Ray : Newsgroups : povray.advanced-users : Inverse of matrix? : Re: Inverse of matrix? Server Time
1 Jul 2024 05:42:22 EDT (-0400)
  Re: Inverse of matrix?  
From: SharkD
Date: 15 Nov 2009 23:23:52
Message: <4b00d3d8@news.povray.org>
Is there an easy way to combine multiple transformations? I tried each 
of the following:

#local trans_c = transform
{
	transform {trans_a}
	transform {trans_b}
}

#local trans_c = transform
{
	trans_a + trans_c
}

#local trans_c = trans_a + trans_b


Mike


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.