Search found 3 matches
- Fri Aug 27, 2010 12:03 am
- Forum: Questions and Help
- Topic: Triangle mesh and light
- Replies: 5
- Views: 5547
Re: Triangle mesh and light
ok thanks for answers!
- Thu Aug 26, 2010 11:54 pm
- Forum: Questions and Help
- Topic: Triangle mesh and light
- Replies: 5
- Views: 5547
Re: Triangle mesh and light
Thanks for fast reply! it's rare.. this have light var fish = game.Content.Load<Model>("fish"); game.ModelDrawer.Add(new DisplayEntityModelTest(acceptedTrigger, fish, game.ModelDrawer)); but another one no.. var fish = game.Content.Load<Model>("my_test_fish"); game.ModelDrawer.Ad...
- Thu Aug 26, 2010 11:35 pm
- Forum: Questions and Help
- Topic: Triangle mesh and light
- Replies: 5
- Views: 5547
Triangle mesh and light
Hi! I see that my triangle mesh textured terrain doesn't have any light reflected... but when I create one entity box it apears with reflected light.. var test1 = game.Content.Load<Model>("road2"); var uva2 = new DisplayEntityModelTest(acceptedTrigger, test1, game.ModelDrawer); uva2.Entity...