Search Results

Search found 2 results on 1 pages for 'lightwave'.

Page 1/1 | 1 

  • Change backgroundcolor for UIButton IPhone

    - by lightwave
    I have a problem. I use a Button as a BarButtonItem. It works fine so far, but my backgroundcolor works only if I click on my button. How can I make it so that my backgroundcolor will be set every time ? UIButton *redEmergencyButton = [[UIButton buttonWithType:UIButtonTypeRoundedRect] retain]; redEmergencyButton.frame = CGRectMake(100, 100, 100, 50); redEmergencyButton.backgroundColor = [UIColor colorWithRed:0.8 green:0.898039215686274509803 blue:1.0 alpha:1.0]; [redEmergencyButton setTitle:@"Emergency" forState:UIControlStateNormal]; [redEmergencyButton addTarget:self action:@selector(doEmergency) forControlEvents:UIControlEventTouchUpInside]; UIBarButtonItem *rButton = [[UIBarButtonItem alloc] initWithCustomView:redEmergencyButton];

    Read the article

  • 3d environments and managing them on iOS

    - by alJaree
    I would like to start learning 3d game development and currently only develop 2d games. A few basic questions I am interested in are: What is used to create the 3d environments? Are they all done in e.g. Maya, Lightwave, 3d modeling software? What is the output format for these models and how are they manipulated in iOS? Is it all done using openGL(GL ES on iOS)? e.g a monster needs to be spawned in the game world. What coordinates are used? Are the concepts the same as 2d in terms of collision on the coordinates and movement on the coordinates of the game world? How are 3d games managed in iOS on the low available memory. (e.g. FPS games) Lastly, Can someone please recommend a good book that is up to date and can be applied to todays techniques. Thanks

    Read the article

1