Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 509 results for
cg
- Page 1
Re: CG movies
Hardware and Software
Hardware
21 Years Ago
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
11 Years Ago
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
11 Years Ago
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
10 Years Ago
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
15 Years Ago
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
15 Years Ago
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
15 Years Ago
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
13 Years Ago
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
21 Years Ago
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
21 Years Ago
by Tekmaven
GC? Whats that?
Re: CG movies
Hardware and Software
Hardware
21 Years Ago
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
21 Years Ago
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
21 Years Ago
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
21 Years Ago
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
21 Years Ago
by Tekmaven
The link above has a guide with the programs required.
cg project ideas
Programming
Software Development
12 Years Ago
by laavanya
could i please get new and best **inovative** ideas for computer graphics mini project...:-|
Re: cg project ideas
Programming
Software Development
12 Years Ago
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
10 Years Ago
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
15 Years Ago
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
15 Years Ago
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
15 Years Ago
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
15 Years Ago
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
15 Years Ago
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
15 Years Ago
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
15 Years Ago
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
16 Years Ago
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
14 Years Ago
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
15 Years Ago
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
15 Years Ago
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
14 Years Ago
by cip6791
…post information $data = array ( 'ID' =>
cG
("post"), 'post_status' => "publish…post information $data = array ( 'ID' =>
cG
("post"), 'post_status' => "publish…
1
2
3
9
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC