Author | Message | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ![]() coding c++, c, notpad, java OR 3D graphic design personaly for me coding. i am trying to learn coding and it makes no sense to me lol. :( EDIT: ha no penis jokes now >=D
|
| ![]() If this was any other forum, there would probably be some immature guys making general erect penis jokes. But, I'd say coding is more difficult.
|
| ![]() Same i am trying to learn coding but i gave up until i am going to college.
|
| ![]() 3D graphic design. Coding everything makes sense, you can learn it, 3D designing you have to have talent too.
|
| ![]() roefl posted: (20th Sep 2011, 06:33 pm) i can do 3D graphic, but i cant seem to understand coding.. =[ i mean #endif and all this nonesense about namespace .. if the guides said what they stand for i would be fine and be able to learn lol its too complicated for me. =[
|
| ![]() tooty123 posted: (20th Sep 2011, 06:37 pm)roefl posted: (20th Sep 2011, 06:33 pm) 3D graphic is not blender or any kind of easy to understand software, you can make a living from 3Dsmax or Maya, if you do understand those softwares you can say you can do it xD. Also recently I've been learning Flash actionscript, it's quite easy.
|
| ![]() roefl posted: (20th Sep 2011, 06:43 pm)Actualy your quite wrong, blender is not easy lol, maybe you should install it ..there are more than 100 different buttons to select in order to make your graphics more advanced. you can do the same things on blender as you can on 3D max.. only blender is free. blender has changeditsinterface over time to a more uncomplex programme. i am more confused because they moved all the buttons around, it seems pointless.tooty123 posted: (20th Sep 2011, 06:37 pm)roefl posted: (20th Sep 2011, 06:33 pm) this is done with blender: click so its just as advanced and create a realistic look like any other programme :)
|
| ![]() Jiyuu posted: (20th Sep 2011, 06:27 pm)
|
| ![]() tooty123 posted: (20th Sep 2011, 06:48 pm)I'm not wrong it's my opinion, I do think it's easy to understand.roefl posted: (20th Sep 2011, 06:43 pm)Actualy your quite wrong, blender is not easy lol, maybe you should install it ..there are more than 100 different buttons to select in order to make your graphics more advanced. you can do the same things on blender as you can on 3D max.. only blender is free. blender has changeditsinterfaceover time to a more uncomplex programme. i am more confused because they moved all the buttons around, it seems pointless.tooty123 posted: (20th Sep 2011, 06:37 pm)roefl posted: (20th Sep 2011, 06:33 pm) 3Dsmax is better in many ways in my opinion, one of the reasons is Vray. Vray: Click and click And yes I do things at this company: www.e2-projects.com and no I didn't make the building and car the sentence before.
|
| ![]() pandamonium posted: (20th Sep 2011, 06:54 pm)And all I can say is "Lolwat?" What in the hell are you talking about?Jiyuu posted: (20th Sep 2011, 06:27 pm)
|
| ![]() I'm going to guess there's a reason 3DS max costs hundreds of dollars. I'm agreeing with Roefl on this one though...programming comes easy to me and I'm terrible at design. Just look at any website I've ever made and you'll see why :P I wouldn't say you can just program without talent though, it actually takes a lot to be a good programmer. Anyone can learn the basics. I think this is a question that completely depends on the person you're asking though. Also, what the hell is "notpad" coding? --- class EOSERV { Programmer | Oldbie Open source EO Client: https://github.com/ethanmoffat/EndlessClient };
|
| ![]() ethanmoffat posted: (20th Sep 2011, 07:45 pm) yes but he said technically your not a graphics designer if you use blender, thats overspoken considering most games graphics are made from using blender. maybe its easy to some people, but others would not have a clue. Designers should stick together not consider themselfs better ormoreproffesional than others. personaly im not as judgmental as him and i consider anyone who does a great job on creating graphics i think has talent. besides i have dyslexia and blender is like the only thing that does not hurt my brain lol Notepad coding = HTML coding
|
| ![]() Yes, Programming is easy once you get into it. Graphics design is alot hard but alot easier to start with. Programming takes several years to understand at the beginning while creating an image is simple. Also, what language are you looking for in a tutorial? Hit me up on msn and maybe I couldhelp you with some things. Blender's controllers are devilish to me. They are hard as fuck to use XD. --- Andrewbob - I would be on the fucking copter of rofls Programmer, Web Developer, and Graphics Designer
|
| ![]() Wildsurvival posted: (20th Sep 2011, 08:47 pm) really? youd teach me how to code? thats so sweet of you ^^ i will do in the morning im off to sleep now, night :) - i understand most symbols we used coding in collage for a basic game, and a html website xD
|
| ![]() tooty123 posted: (20th Sep 2011, 09:04 pm)Wildsurvival posted: (20th Sep 2011, 08:47 pm) haha, k. Ive been helping out a few people with coding already so i dont see why i couldnt help you :P Syntax is fairly easy for coding and needed in programming. The harder parts is getting into more advanced syntax and advanced functions. Or making your own classes from scratch. P.S. #endif is the ending of an if statement for a conditional. "#if blah blah then"
a conditional in Visual Basic is alot different from a regular one. Conditional can be used to tell how the program was ran, like the operating system, or if it was ran in a debugger or etc.
Namespaces are groups of classes and other components that can be set into one group and called from another.
Namespace Group
Public Class Pie
End Class
End Namespace
Now, any class using the same namespace will be included when you use :
Imports RootNamespace.Group
The RootNamespace is the program's default namespace which is usually the project name.
--- Andrewbob - I would be on the fucking copter of rofls Programmer, Web Developer, and Graphics Designer |