Ric Roman Waugh

Ric Roman Waugh (born 20 February 1968) is an American film director, writer, producer, actor, and stunt performer. He is known for his work in Felon (2008), Snitch (2013), and Shot Caller (2017).[1][2] He directed Angel Has Fallen (2019), the third installment in the Fallen series.

Ric Roman Waugh
Born (1968-02-20) February 20, 1968
OccupationDirector, writer, producer, stunt performer
Years active1983–present
Spouse(s)
Tanya Ballinger
(
m. 2005)
Children2

Career

Waugh worked as a stunt performer in the 1980s and 1990s, appearing in dozens of films such as Universal Soldier, The Last of the Mohicans, Last Action Hero, Hard Target, The Crow, Gone in 60 Seconds, Lethal Weapon 2, Days of Thunder, and The One. He also worked as an actor, in Kuffs (1992) starring Christian Slater and Milla Jovovich.

His first directorial film is In the Shadows (2001), starring James Caan, Matthew Modine, and Cuba Gooding Jr.. He later directed Felon (2008), starring Val Kilmer. Waugh worked with actor Dwayne Johnson in Snitch (2013) and was in talks to direct the disaster film Deepwater Horizon in 2012,[3] before changes occurred in the film's development process. In 2019, Waugh directed the third installment in the Has Fallen film series, titled Angel Has Fallen.[4]

Filmography (director)

gollark: PotatOS is even faster thanks to patented Potatron technology.
gollark: Arguably, Ale's code there is horrible.
gollark: The canned meat thingy?
gollark: ```lualocal function setInterval(func, s, ...) assert(type(func) == "function", "bad argument #1 (expected function, got ".. type(func) ..")") s = s or 0 assert(type(s) == "number", "bad argument #2 (expected number, got ".. type(s) ..")") local interval = {} interval.interval = s interval.func = func interval.args = {...} interval.id = genHex() interval.run = true interval.stopped = false interval.pid = spawn(function() while interval.run do sleep(interval.interval) spawn(function() interval.func(unpack(interval.args)) end) end end) interval = setmetatable(interval, { __tostring = function() return string.format("Interval 0x%x [%s]s (%s)", interval.id, s, string.match(tostring(func),"%w+$")) end, }) return intervalend```
gollark: It's included in PotATOS.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.