POV-Ray : Newsgroups : povray.binaries.animations : Use method 1 with mechsim if have non-iso objects Server Time
8 Jul 2024 07:38:23 EDT (-0400)
  Use method 1 with mechsim if have non-iso objects (Message 1 to 1 of 1)  
From: Greg M  Johnson
Subject: Use method 1 with mechsim if have non-iso objects
Date: 20 Oct 2004 17:30:05
Message: <4176d8dd@news.povray.org>
Thanks greatly to Mike Williams for helping me figure this out.
Also note that the syntax is   object OBJECT_IDENTIFIER, not
object{OBJECT_IDENTIFIER}

mechsim {
   gravity <0, 0, -9.81>
   method 1
   bounding 3

   environment {
     // use this for simulating because object environments
     // may not work if the method is not 1
     function { fn_Env(x, y, z) }
     object Envy
     stiffness 240000
     damping 35000
     friction 0.2, 1.001
   }


Post a reply to this message


Attachments:
Download 'mikeblock0501.mpg' (227 KB)

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