what is the meaning of rigging?
Answer / guest
Rigging is use for if we want to give animation for any
object or character then we apply to character or object
internel bone setting(like our bones).that is called
rigging. when apply rigging, then we can give proper
animation.
| Is This Answer Correct ? | 7 Yes | 11 No |
How to convert strings into an array in perl?
What is cpan ? What are the modules coming under this?
What are scalar data and scalar variables?
How do you find the length of an array?
What is perl dbi?
What happens in dereferencing?
Consider the following example #! /bin/perl use strict; sub sample { my @arr=(1,2,3,4); return @arr; } my ($a,$b,$c,$d) = &sample; print "$a\n$b\n$c\n$d\n"; In the above code, How can I get the $c without using the arguments such as $a,$b. I don't want to use any array to get the return values.
What are the various uses of perl?
What is the difference between chop & chomp functions in perl?
10 Answers Cap Gemini, DELL, Electronic Data, TCS,
what are the two ways to get private values inside a subroutine or block?
Where the command line arguments are stored and if you want to read command-line arguments with Perl, how would you do that?
What are the characteristics of a project that is well suited to Perl?