POV-Ray : Newsgroups : povray.binaries.images : Ping Pong : Re: Ping Pong Server Time
1 Aug 2024 20:12:53 EDT (-0400)
  Re: Ping Pong  
From: alphaQuad
Date: 22 Mar 2008 17:50:00
Message: <web.47e58b9d41aa233d1b8ed7370@news.povray.org>
making 3000 star cat with more data but running into typecast issues.

#declare catalog2 = array[1][7] {
{ "5.1","23","2.606","41.757778","A3","107.18092300280163","And 02" }
}
works. typecast (float)string, then ok but I am not finding that.

#declare catalog = array[1][7] {
{ 5.1,23,2.606,41.757778,"A3",107.18092300280163,"And 02" }
}
fails of course.

whats the solution besides 2 arrays, a string and float array?


Post a reply to this message

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