The Daring Blades
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Things to do while you wait for the patch

3 posters

Go down

Things to do while you wait for the patch Empty Things to do while you wait for the patch

Post  Draann Tue Dec 08, 2009 6:14 pm

Post something useful to do with our time while we wait here for extended maintenence:

1. watch a korean kid pwns the guitar
https://www.youtube.com/watch?v=0ZbZRWINje4&feature=related
Draann
Draann
Admin

Posts : 744
Join date : 2008-01-08
Age : 52
Location : Brazil

https://daringblades.forumotion.com

Back to top Go down

Things to do while you wait for the patch Empty Re: Things to do while you wait for the patch

Post  Etarus Tue Dec 08, 2009 7:00 pm

Etarus
Etarus

Posts : 408
Join date : 2008-01-09

Back to top Go down

Things to do while you wait for the patch Empty Re: Things to do while you wait for the patch

Post  Hales Tue Dec 08, 2009 7:28 pm

This is what I'm doing...

Code:
class AnimationDescriptor: public heiser::DataDescriptorMemoryBlock
{
   public:   // constant
      enum {
         kDataTag            = OSTYPE('A','N','I','D'),
         
         // For the descriptor flags
         kFlag_Mask_Version      = 0x7fffffff,
         kFlag_Set_Version1      = 0x00000000,   // version 1 ID
         
         kFlag_Mask_Type         = 0xff7fffff,
         kFlag_Set_TypeModel      = 0x00000000,
         kFlag_Set_TypeMaterial   = 0x00800000,
         
         
         // For the event flags
         kEvent_Mask_ModelMatrix   = 0xfffffffe,
         kEvent_Set_ModelMatrix   = 0x00000001,
         
         kEvent_Mask_ModelRot   = 0xfffffffd,
         kEvent_Set_ModelRot      = 0x00000002,
         
         kEvent_Mask_ModelScale   = 0xfffffffb,
         kEvent_Set_ModelScale   = 0x00000004,
         
         kEvent_Mask_ModelPos   = 0xfffffff7,
         kEvent_Set_ModelPos      = 0x00000008,
         
         kEvent_Mask_MatTrans   = 0xfffffffe,
         kEvent_Set_MatTrans      = 0x00000001,
         
         kEvent_Mask_MatLum      = 0xfffffffd,
         kEvent_Set_MatLum      = 0x00000002
         
         };

etc, etc, etc...

Yes, the namespace for my library is named after heiser Razz
Hales
Hales

Posts : 413
Join date : 2008-01-09

Back to top Go down

Things to do while you wait for the patch Empty Re: Things to do while you wait for the patch

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum