Search found 6 matches
- Sun Dec 28, 2003 1:09 pm
- Forum: Beginners Help
- Topic: comic book shading?
- Replies: 12
- Views: 2588
- Tue Dec 23, 2003 10:13 pm
- Forum: Beginners Help
- Topic: How MUCH knowledge of C++ should one have before working on
- Replies: 8
- Views: 893
As long as you know the basics of programming you should be OK (if, else if, variables, etc). I'm pretty new to C++, but I understand what the structure of the code means, so it's easier to pick-up and learn. Just work through the tutorials and you'll start to notice certain lines of code that are r...
- Tue Dec 23, 2003 4:19 pm
- Forum: Beginners Help
- Topic: comic book shading?
- Replies: 12
- Views: 2588
I've not really tried yet. I'm just working stuff out in my head. The trouble is whether or not Irrlicht draws back faces. If it does, then the models will all be solid black, if not, they will be cel-shaded... hopefully. If someone could tell me the answer then I'd be grateful. (BTW, did you take y...
- Tue Dec 23, 2003 4:12 pm
- Forum: FAQs, Tutorials, Howtos, and external tool lists
- Topic: Psuedo Cel-Shading in Milkshape
- Replies: 3
- Views: 9756
Psuedo Cel-Shading in Milkshape
I think pretty much every person into game creation or 3D modelling knows how to do this but for the select few who are new, or just havn't seen it before, here's a quick and simple tutorial... Remember, this technique double the polygon count in your model! 1. Start by making a basic shape, ie. a c...
- Tue Dec 23, 2003 3:56 pm
- Forum: Beginners Help
- Topic: comic book shading?
- Replies: 12
- Views: 2588
- Mon Dec 22, 2003 5:10 pm
- Forum: Beginners Help
- Topic: First Person Shooter
- Replies: 1
- Views: 621
First Person Shooter
Does anyone know of a tutorial telling you how to create the basics of a first person game? I basically just want to know how to attatch a camera to a weapon, but a tutorial would come in very handy later-on.