POV-Ray : Newsgroups : povray.unofficial.patches : MegaPOV 1.2beta (MechSim) error message : MegaPOV 1.2beta (MechSim) error message Server Time
16 May 2024 06:33:17 EDT (-0400)
  MegaPOV 1.2beta (MechSim) error message  
From: StephenS
Date: 19 Jun 2005 09:22:15
Message: <42b57187$1@news.povray.org>
The following scene gives an error.

#version unofficial megapov 1.2;
#include "mechsim.inc"
global_settings{
  mechsim{
    method 1
    bounding 0
    gravity <0,0,0>
    time_step 0.1
    step_count 10
    topology{
      MechSim_Generate_Block(
        <0, 0, 0>, 0.08, 20, 1000, 2000,true,
        <0, 0, 0>, <1, 1, 1>, <4, 4, 4>, No_Trans, 3
      )
    } // end topology
  } // end mechsim
} // end global_settings
MechSim_Show_Objects(0, 0, 0, -1, -1, -1, -1, false, -1, "")

The POV-Ray core rendering code threw an unhandled exception
...

By commenting out the time_step or step_count the file renders.

Stephen


Post a reply to this message

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