Make sure your gameobject is facing the camera, planes wont get rendered from the back unlike a cube.
- Viewing Profile: Reputation: AverageJoeSSU
Community Stats
- Group Members
- Active Posts 737
- Profile Views 2,088
- Member Title Member
- Age Age Unknown
- Birthday Birthday Unknown
-
Gender
Not Telling
User Tools
Contacts
AverageJoeSSU hasn't added any contacts yet.
#5017260 Unity 3D Cube Vs Plane...
Posted by AverageJoeSSU
on 03 January 2013 - 03:30 PM
#4970599 How Could I Learn OpenGL ES 3.0?
Posted by AverageJoeSSU
on 17 August 2012 - 10:35 AM
I also highly suggest checking out Humus' Framework3, It is a great reference for looking at the ins and outs of the various apis.
#4969228 Which DirectX version to learn
Posted by AverageJoeSSU
on 13 August 2012 - 04:50 PM
Directx 11 will teach you the newest fundamental "ways of doing things", which imo is the best place to start.
NOW, if you are doing this for the soul purpose of making a game, use whatever you are best at/your game requires.
#4822918 Can applications built with Unity3d be freely distributed?
Posted by AverageJoeSSU
on 13 June 2011 - 02:52 PM
Any copyright constraints for that? No loyalties, commissions whatsoever? Thanks in advance Jack
there is a limit on how much money you can make with unity 3d free version. (200k last i checked). Also, they limit a certain number of features.
#4802727 Best place to start shader programming
Posted by AverageJoeSSU
on 25 April 2011 - 11:33 AM
The Cg Tutorial by nvidia,
The Orange Book (GLSL), (get the latest addition)
The DirectX SDK (HLSL)
Shader model 3 (dx9) is the most common shader model you will find in hardware today.
If i recall the orange book is great for those leaving the fixed function world and entering the programmable pipeline world
#4765118 Starting to learn C++ and game programming, what should I learn?
Posted by AverageJoeSSU
on 26 January 2011 - 10:33 AM
Ok first step is as you are, learn to code, C++ is a good language for it, but as jump starting for beginners oriented to game development it wouldn't be my first choice.
I would advice you to begin with a more game oriented framework such as Flash ActionScript, Unity or XNA, once you have the basics of object oriented game programming you can migrate to other languages with more ease.
I agree, and I cannot stress enough how important it is to do this. These environments are controlled environments, ie. it is more difficult to cause a problem.
Unity, XNA, all provide you with a foundation for making games, a community to ask questions, and tutorials galore at your disposal. This may not be the exact technology you want to use with your game (i actually think they could be very easily you just dont know that yet, especially unity), but it is a great foundation to help you learn the basics of coding in games.
Couple this with learning C++ on the side, and you would be very surprised how fast the 2 will meet together. You will learn what classes make up a framework, what parts of a framework you REALLY like, (ie automatic asset loading from a folder on your computer) and see how you would use them in making a game. I cannot say how important this kind of knowledge is when coding a game engine of any kind.
- Home
- » Viewing Profile: Reputation: AverageJoeSSU

Find content