Talk:Creating rotating panels: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "Having read the article I wonder whether it wouldn't be appropriate to add that the function of a rotating panel can be much easier achieved with a func_door_rotating? There's no...")
 
mNo edit summary
Line 1: Line 1:
Having read the article I wonder whether it wouldn't be appropriate to add that the function of a rotating panel can be much easier achieved with a func_door_rotating? There's no need for a prop and a separate func_brush or an ambient_generic...
Having read the article I wonder whether it wouldn't be appropriate to add that the function of a rotating panel can be much easier achieved with a func_door_rotating? There's no need for a prop and a separate func_brush or an ambient_generic...{{unsigned|Innocentive}}
:You can use a func_door_rotating if you'd like to, but the animation of the prop results in a smoother animation, with a bit of a bouncing effect - which is nicer. Another thing is, with a prop you can make a panel rotate in whatever angle you'd like, with a func_door_rotating you can only make a brush rotate around one of the axes... --[[User:Mr.p.kiwi|<span style="color:#307D7E">'''Mr. P. Kiwi'''</span>]] <sup>([[User talk:Mr.p.kiwi|Talk]] | [[Special:Contributions/Mr.p.kiwi|Contributions]])</sup>  21:22, 25 December 2012 (PST)

Revision as of 22:22, 25 December 2012

Having read the article I wonder whether it wouldn't be appropriate to add that the function of a rotating panel can be much easier achieved with a func_door_rotating? There's no need for a prop and a separate func_brush or an ambient_generic...Unsigned comment added by Innocentive (talkcontribs) Always sign your posts with four tildes (~~~~)

You can use a func_door_rotating if you'd like to, but the animation of the prop results in a smoother animation, with a bit of a bouncing effect - which is nicer. Another thing is, with a prop you can make a panel rotate in whatever angle you'd like, with a func_door_rotating you can only make a brush rotate around one of the axes... --Mr. P. Kiwi (Talk | Contributions) 21:22, 25 December 2012 (PST)