Flat Earth Productions
Flat Earth Productions is a special effects company founded by Kevin O'Neill and Doug Beswick in 1995 to provide the effects for the television series Xena: Warrior Princess and Hercules: The Legendary Journeys.
Information
Flat Earth Productions went on to provide the effects for Blade, Mortal Kombat: Annihilation and Dungeons and Dragons. The services that Flat Earth Productions include:
- 3D Animation
- Stop Motion Animation
- Compositing
- Stereoscopic (3D) Post-production
- On-set Supervision
- VFX Photography
- Complete VFX Consultation[1]
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
gollark: ++exec```testtest2```
gollark: ++eval-polish + 1 1
gollark: There, much better.
References
- "Our Services". Flat Earth Productions. Archived from the original on March 8, 2016. Retrieved 16 January 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.