Click here to Skip to main content
15,917,481 members

Comments by Nabhaite (Top 14 by date)

Nabhaite 28-Apr-11 2:50am View    
yes u r right, and I m trying. Anyway thanks for ur time.
Nabhaite 28-Apr-11 2:30am View    
Can u please tell me the code for it,,,my animation and camera code is not working at all. I used the code from this link
<---http://msdn.microsoft.com/en-us/library/cc500322.aspx--->
But its not working, neither it is givivng any error. I put it in my xaml page, but no light effect comes. Please help bro!
Nabhaite 27-Apr-11 1:40am View    
It is a 2D image. It is a text image actully, it is a word written in a fancy font with a yellow background. And I am generating its path from inkscape and using in resource file. (On the characters in that word I want my point light moving)
Nabhaite 26-Apr-11 1:52am View    
I have code for rectangle animation working with me, can u pleaas tell me what to do for point light instead of that rectangle animation. My rectangle animation is working fine, just need to know how to get point light. I am using following code for point light but its not working <viewport3d><!-- Light source. --> <modelvisual3d><modelvisual3d.content><PointLight Position="4.5 4.5 4" /> <!-- Camera. --> <viewport3d.camera><PerspectiveCamera Position="4.5 4.5 30" LookDirection="0 0 -1" UpDirection="0 1 0" FieldOfView="22.5" />
Nabhaite 25-Apr-11 5:50am View    
And I have resource file in which I am putting all the cordinates of that path which are generated by Inkscape. the data is read from resource file.