Search found 36 matches

by Psychoman
August 21st, 2013, 6:54 pm
Forum: Everything
Topic: Making interface
Replies: 4
Views: 2434

Making interface

Hello, I'd like to ask a question. Can I make a good interface using D3D , what I mean by it , so I can create some buttons , labels , text boxes and other stuff, it's not particularly for the game ,but for example a simple interface where you enter radius of circle and you press a button and in the...
by Psychoman
August 19th, 2013, 7:21 am
Forum: Everything
Topic: Help regarding drawing shapes
Replies: 1
Views: 1176

Re: Help regarding drawing shapes

You just take a formula from math that considers some kind of shape and try to draw it. The major thing is like in chilli lessons you need to change loops ,whenever you have range x > y and then you get y > x to not get a dotted picture.
by Psychoman
August 15th, 2013, 8:52 pm
Forum: Everything
Topic: Interaction animation
Replies: 5
Views: 2715

Re: Interaction animation

Ok , where can I find this stuff ?)Cause your explanation made me nervous) ( just gets me a feeling that i'm hole bunch of poo's and the light in the end of the tunnel is 1 km far ( or more ) ).
by Psychoman
August 15th, 2013, 6:53 pm
Forum: Everything
Topic: Interaction animation
Replies: 5
Views: 2715

Re: Interaction animation

Ok, I'll change the question a little bit , how can I deal with animation using DX, just some other way then chilli did with walking dude, when you have 1 sprite (illustration or stuff) and you want to do animation?
by Psychoman
August 15th, 2013, 12:58 pm
Forum: Everything
Topic: Interaction animation
Replies: 5
Views: 2715

Interaction animation

Hello , I'd like to know how can make an interaction character with the "world".I know some stuff in 3D Max , so I can make animation there ,but how can input that stuff into code( I'm at the beginning of interm. lesson 7,so I don't know if that stuff will be in some lessons ) ?
by Psychoman
August 8th, 2013, 1:26 pm
Forum: Everything
Topic: Lesson 22
Replies: 12
Views: 4677

Re: Lesson 22

Yeap simple is genius )
by Psychoman
August 8th, 2013, 11:06 am
Forum: Everything
Topic: Hi everyone, new member here.
Replies: 11
Views: 4769

Re: Hi everyone, new member here.

Welcome catakliss , as you I started to study Java at university and I missed a bit with specialization it's Comp.Engineering, so its pretty much lower programming and I often don't like it.But most paths in Java lead to android.So I just said crap that android , lets make something like Crysis or l...
by Psychoman
August 8th, 2013, 10:49 am
Forum: Everything
Topic: Lesson 22
Replies: 12
Views: 4677

Re: Lesson 22

Thanks , so it just makes code look more clever and more complicated )
by Psychoman
August 7th, 2013, 9:08 am
Forum: Everything
Topic: Lesson 22
Replies: 12
Views: 4677

Re: Lesson 22

Just to know 1 thing , in book , that I read about C ( Deitel ), there're some examples in which they make a variable like char* something[ ... ] and pass this to a function without pointer like somefunc( char something [...] ). It's just visa versa as chilli does, so I'd like to know , what way is ...
by Psychoman
August 4th, 2013, 8:54 pm
Forum: Everything
Topic: Lesson 22
Replies: 12
Views: 4677

Re: Lesson 22

Thanks