Search : in
By :

Designing 3D die in C language

Last answer on Apr 20, 2009 11:17:09 pm BST honeybee, on Apr 19, 2009 6:52:51 am BST 
 Report this message to moderators

Hello,

I am developping a backgammon game. I am getting difficulties to design 3D dice and rolling both dice at the same time. Could I get help to know which code I should use in Turbo C??

Configuration: Windows XP
Firefox 2.0.0.20

Best answers for « Designing 3D die in C language » in :
[C language]Checking whether an integer is a prime number Show [C language]Checking whether an integer is a prime number Definition of a prime number Algorithm 1: dividers between 2 and N-1 will be tested Algorithm 2: Even dividers will not be tested, research is limited to odd dividers Algorithm 3:...
[C language]Handling 64-bit integers Show [C language]Handling 64-bit integers Unsigned 64-bit integer Example: Signed 64-bit integer Example: Basically in C language, an unsigned number over 32 bit can not exceed the value of 4 294 967 295. It may happen that you are...
[C Language] finding the square root of a number Show [C Language] finding the square root of a number Intro Notes Intro A simple C program allowing you to find the square root of a number. #include #include int main(void) { double x = 4.0, result;...
A dialect for C language ShowA dialect for C language Cyclone language Conclusion You want to do some C programming but the fact that C embedded automatic Garbage Collector will make debugging harder and is not quite effective when making system programming, such...
Generating random numbers with rand() ShowGenerating random numbers with rand() You may have noticed when using the rand() found in the standard library of C language, you often get unsatisfied by the results, they look the same. For example, when trying 5 random numbers in...
The 3D software for designing houses ShowThe 3D software for designing houses Free software Architecture 3D 1.5 Google SketchUp Other software Home Plan Pro FloorPlan3D What software ican usesto make a 3D plan of my house? Free software Architecture 3D...
Programming languages ShowProgramming language A "programming language" is a language designed to describe a set of consecutive actions to be executed by a computer. A programming language is therefore a practical way for us (humans) to give instructions to a...
Design Patterns ShowDesign Patterns Design Patterns is a set of best design practices that are used to address many recurring problems in object-oriented programming. The concept of Design Patterns was the result of work done by a group of 4 people (Erich Gamma,...

1

soundT540, on Apr 19, 2009 8:20:20 am BST

You will have to create the animation for the dice rolling with flash and 3dmax software.

For the coding part you will need to create a number random generatorin turbo C.

Here is an example : http://www.daniweb.com/code/snippet67.html#

Reply to soundT540

2

honeybee, on Apr 19, 2009 4:57:32 pm BST
  • +1

Thanks lots for the help.I'm suppose to develop the 3D die using Turbo C itself,i can't use other software. I don't really know the codes which i need to use.

Reply to honeybee

3

 mysticdreams, on Apr 20, 2009 11:17:09 pm BST

Quite difficult this one... i'll have to pass sorry dude

Reply to mysticdreams