14 years, 3 months ago
Highlights
Dude that is awesome It's GREAT to see basic programming before you graduate. I learned some python when I was 16 and it helped me a lot. Doesn't really matter what lang…
14 years, 3 months ago
14 years, 3 months ago
In a class I am taking, we had to create an object, make it rotate and scale (done) and have rainbow stripes moving upwards towards the Y direction as it is scaling and rotating…
14 years, 3 months ago
So I'm trying to make my teapot scale properly when testing my HLSL shader effect. currently I have this: float4x4 scale = {(sin(gTime)*sin(gTime)),0,0,0, 0,sin(gTime)*sin(g…
14 years, 3 months ago
14 years, 3 months ago
Latest Activity
See all in DiscussionsDude that is awesome It's GREAT to see basic programming before you graduate. I learned some python when I was …
14 years, 3 months ago
In a class I am taking, we had to create an object, make it rotate and scale (done) and have …
14 years, 3 months ago
Awesome it works and scales properly! Thanks a ton!
14 years, 3 months ago