Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~282 People Reached
Favorite Tags
c x 2
c++ x 1
Member Avatar for depsch

I am writing a plugin for motionbuilder and need to use some opengl toolkits which are based on Glut. The problem I have is that inside motionbuilder I already have a window and an opengl context created using the SDK for motionbuilder. But with Glut it wants to create its …

Member Avatar for depsch
0
115
Member Avatar for depsch

I have a basic question with a for loop statement where I have a function thats creating input nodes inside my animation program. The name thats assigned to the input that the function creates is "InputNum" . How do I tack on the value of i to the end of …

Member Avatar for WolfPack
0
110
Member Avatar for depsch

How do I call a function without actually sending any values for its arguments? For example I have the function [code] int Test ( int a, int b) { b= a * a ; } [/code] then I call this function from some place in the program, [code]Test (??,??);[/code] What …

Member Avatar for Ancient Dragon
0
57