POV-Ray : Newsgroups : povray.general : --- : Re: How to Improve texture Server Time
1 Aug 2024 06:21:48 EDT (-0400)
  Re: How to Improve texture  
From: Jim Charter
Date: 1 Feb 2006 09:48:38
Message: <43e0ca46$1@news.povray.org>
RCRuiz wrote:
> I try to emulate lava, but the mapping on the texture is not good wend the
> fluid move, is like it have some global mapping , how can i fix this? and
> How can I improve this texture?

order can be important

object {
	MyObject
	translate ....
	texture { MyTexture }
}

behaves differently from:

object {
	MyObject
	texture { MyTexture }
	translate ....
}

in the second example the texture will appear to move with the object

For more detail and better tips perhaps you might try the animation groups


Post a reply to this message

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