POV-Ray : Newsgroups : povray.programming : enum { SOMETHING = 'Thing' } ? : Re: enum { SOMETHING = 'Thing' } ? Server Time
3 Jul 2024 05:32:04 EDT (-0400)
  Re: enum { SOMETHING = 'Thing' } ?  
From: AngleWyrm
Date: 5 Feb 2004 02:14:21
Message: <4021ed4d$1@news.povray.org>
"Warp" <war### [at] tagpovrayorg> wrote in message
news:401e2be7@news.povray.org...
> AngleWyrm <no_### [at] hotmailcom> wrote:
> >  kPOVMsgClass_RenderControl   = 'Ctrl',

>   'Ctrl' is the value 1131704940.
>   (If you can't deduce why, I can explain that as well.)

'C'<<32|'t'<<16|'r'<<8|'l'

What I can't deduce is where/how the value of the enum is used.
I've seen some lines using if(cur->handledclass == hclass) type statements,
but this is just normal enum handling.


Post a reply to this message

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