Re: CG movies Hardware and Software Hardware by f575gtc ok what programs is used to turn regular pictures into 3D or Cg characters? Why do you prefer GLSL to Nvidia Cg? For me GLSL it's trouble!! Programming Game Development by IdiotProgrammer …I don't know why GLSL is better to Nvidia Cg! :( I'm working on skeletal animation in GPU…. With Nvidia Cg it's just fine, but when I try… In many blogs, many people say that Nvidia Cg don't work in ATI cards, but in my… people say that GLSL is better than Nvidia Cg? I don't understand!! :( Please answer to … Re: Why do you prefer GLSL to Nvidia Cg? For me GLSL it's trouble!! Programming Game Development by IdiotProgrammer YYYEEEEESSSSSSSSSSSSSSS!!! :))))) Now I can already use GLSL!!! In skeletal animation, in shadow mapping, and in skeletal animation and shadow mapping together!!! You're right! GLSL is better than Nvidia Cg!!! :))))) [Click Here](http://s22.postimg.org/mrv6lt0wh/dwarf2.gif) OpenGL Cg Geometry Shader Programming Software Development by uonsin …myCgContext, CG_SOURCE, "geometry_particles.cg", gpProfile, "…shader is located in the file "geometry_particles.cg" and the code is // Geometry pass… random numbers in cg Programming Software Development by richymac im trying to write a cg pixel shader and just want to generate a random number too offset the colour of a pixel is there something i need to include, i tried using rand() but gave me errors thanks in advance Re: random numbers in cg Programming Software Development by tux4life [QUOTE=richymac;872680]im trying to write a cg pixel shader and just want to generate a random number … Re: random numbers in cg Programming Software Development by richymac …; in my winMain, can the include be put in the cg file or??? struct OutputStructure { float4 colour : COLOR; }; OutputStructure pixelMain(float4… What means CG prefix in ObjC Programming Mobile Development by fibbo …-String), NSString (the ObjC string). So question remains: what means CG and why would the float data type need such distinction? CG movies Hardware and Software Hardware by f575gtc Ok , I was just wondering what are the programs used to make GC movies like in Final Fantasy and the Matrix Reloaded? Re: CG movies Hardware and Software Hardware by Tekmaven GC? Whats that? Re: CG movies Hardware and Software Hardware by f575gtc Computer Generated movie like in Final Fantasy where the scene cuts from regualr game play to a movie there the character look real and in the matrix when the peopel are flying or bullets flying at them those are CGs Re: CG movies Hardware and Software Hardware by Tekmaven I'm pretty sure the matrix was rendered on a Silicon Image server cluster. Bullet time effects can be made with Adobe After Effects- if you know how to use the effects properly. I do professional video editing, so if ya need more details, don't hesitate to reply. Re: CG movies Hardware and Software Hardware by TallCool1 [QUOTE=f575gtc]Ok , I was just wondering what are the programs used to make GC movies like in Final Fantasy and the Matrix Reloaded?[/QUOTE] Some of the software used includes [b]Alias|Wavefront [URL=http://www.alias.com/eng/products-services/maya/maya_ple/index.shtml]Maya[/URL] [/b] (free for personal use); [URL=http://www.blender3d.com][b]… Re: CG movies Hardware and Software Hardware by Tekmaven [url]http://www.creativecow.net/articles/kumar_satish/bullet_time/[/url] <- Creating the Matrix Bullet Time Effect in Adobe Premiere ;-) Told ya so. Re: CG movies Hardware and Software Hardware by Tekmaven The link above has a guide with the programs required. cg project ideas Programming Software Development by laavanya could i please get new and best **inovative** ideas for computer graphics mini project...:-| Re: cg project ideas Programming Software Development by rubberman Getting the ideas, and then implementing them, is part of your studies. Don't ask us to do your work for you! Just think about what YOU are interested in, and take it from there... Re: OpenGL Cg Geometry Shader Programming Software Development by uonsin Someone pointed out that I was using cgCreateProgram instead of cgCreateProgramFromFile, that took care of the error, also I forgot to add the input mode on the post, which I have on the actual file Re: random numbers in cg Programming Software Development by tux4life >and i have #include <cstdlib> in my winMain You don't have to include it in a function :P Add that line at the top of your program's source file where you are using [B]rand()[/B] in. What errors are you getting? Re: random numbers in cg Programming Software Development by Stinomus Well you could fill a texture with random noise and pass this to the shader, it would be faster to generate this on a per frame basis than call a randomisation function - if that were possible (see below) - on a per-pixel or per-vertex basis. So why cant you have one? Remember shader state is persistent for all the pixels it runs over so a … Re: random numbers in cg Programming Software Development by richymac sorry for the late reply, ummm, am now sending an array [512][512] to the shader with random values, is there a way i can use these numbers to push colours up with each pixels equivilent place in the array. struct OutputStructure { float4 colour : COLOR; }; OutputStructure pixelMain(float4 colour : COLOR, float2 diffuseTexture : TEXCOORD0, float … Re: random numbers in cg Programming Software Development by Stinomus Have a look here: [url]http://msdn.microsoft.com/en-us/library/bb944006(VS.85).aspx[/url] See the example for 'ModulateTexture', that should explain it pretty well for you, it does exactly what you want. A graphics.h problem Programming Software Development by sudiptamondal …-------------------- Compiling... Text1.c e:\sudipta\engg\4th semester\cg\graphics.h(248) : error C2061: syntax error …error : identifier 'clearviewport' e:\sudipta\engg\4th semester\cg\graphics.h(254) : error C2059: syntax error …error : identifier 'getaspectratio' e:\sudipta\engg\4th semester\cg\graphics.h(263) : error C2059: syntax error … Re: A graphics.h problem Programming Software Development by sitaramranmal …-------------------- Compiling... Text1.c e:\sudipta\engg\4th semester\cg\graphics.h(248) : error C2061: syntax error …error : identifier 'clearviewport' e:\sudipta\engg\4th semester\cg\graphics.h(254) : error C2059: syntax error …error : identifier 'getaspectratio' e:\sudipta\engg\4th semester\cg\graphics.h(263) : error C2059: syntax error … GenerateRandomValue Help Programming Software Development by B1GGS …* o_ri = (refimport_t *) NULL; refexport_t * o_re = (refexport_t *) 0x0068A1E8; cg_t * cg = (cg_t *) 0x01379000; centity_t * cg_entities = (centity_t *) 0x0146DA00; clientInfo_t * clientinfo … ++; } } } else if( ciTarget->clientNum == cg->clientNum ) pBot->Stats.Deaths++; __asm mov eax,… C++ with GSL help Programming Software Development by Cluelessluke …(); T = gsl_rng_default; q = gsl_rng_alloc (T); printf("Cg=%lf\n",Cg); for(int i = 1; i < 10000; i…(r < (abs(Ce)*abs(Ce)*dT)) { Cg = CeOld; Ce = 0; } else{ Cg = CgOld+CgDot*dT; Ce = CeOld+CeDot*dT; … Perl parsing a text file Programming Software Development by becon …750 -GLU -CD " and "B -54 -GLN -CG " 3.8447 A apart atoms "A -750 -GLU…" 3.3998 A apart atoms "A -751 -PRO -CG " and "B -52 -ARG -CB " 3…809 -TYR -CE2 " and "B -49 -ARG -CG " 3.8926 A apart atoms "A -809 -TYR… How to : Make a class globally accessible to other classes? Programming Software Development by gooddevilgod … of this class members(variables inside methods)*/ cg.method1(); cg.method2(); cg.method3(); /* Creating another class instance to …{ /* accessing the class which I have declared static */ class1.cg.method4(); } } } classGlobal.cs namespace Namspce { public class classGlobal… how redraw graphic when button click Programming Software Development by emint … beg.addActionListener(this); dif.addActionListener(this); cg.addActionListener(this); sm.addActionListener(this); genMaze.addActionListener…YES_OPTION) System.exit(0); } else if(src == cg) { maze1.setVisible(false); maze2.setVisible(false); maze3.… Changing a classifieds theme in wordpress Programming Web Development by cip6791 …post information $data = array ( 'ID' => cG("post"), 'post_status' => "publish…post information $data = array ( 'ID' => cG("post"), 'post_status' => "publish…