#5,448 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Mathematics for Computer Graphics (Undergraduate Topics in Computer Science)

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Mathematics for Computer Graphics (Undergraduate Topics in Computer Science). Here are the top ones.

Mathematics for Computer Graphics (Undergraduate Topics in Computer Science)
Buying options
View on Amazon.com
or
Used Book in Good Condition
Specs:
Height9.21258 Inches
Length6.14172 Inches
Number of items1
Weight2.1384839414 Pounds
Width0.6531483 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on Mathematics for Computer Graphics (Undergraduate Topics in Computer Science):

u/dagmx ยท 5 pointsr/vfx

Generally for pipeline work I'd recommend using Python and reserve the C++ for where it's really performance critical like setting up custom nodes in Maya or Nuke.

But yeah I'd say stick with Python, C++ and Qt and that's pretty much all you really need from a programming perspective. Other than that, math helps of course. The rest is just stuff you learn by getting into it.

I also have my course, which may be a bit basic for you, but if you're interested. I have a few free coupons left: https://www.udemy.com/python-for-maya/?couponCode=BYUANIMFREE if you want to check it out or the source code for everything covered is up here: https://github.com/dgovil/PythonForMayaSamples

It's not really pipeline focused but more on artist tools but could be helpful.

And if you're interested in more of the math side instead, this is a great book: https://www.amazon.ca/Mathematics-Computer-Graphics-John-Vince/dp/1849960224

other than that, from a pipeline perspective, I'd just look at something like pyblish.com and look at getting data from one app to another. Like even an animated cube is fine.

Hope that's helpful?