camSetTarget – Talk
Categories: 
 (Created page with "How the hell do I use these camera commands? All I want to do is make a camera above the player that points down at him, that's a good starting point. Apparently camSetTarget ...")  | 
				No edit summary  | 
				||
| Line 5: | Line 5: | ||
cam cameraEffect ["fixed", "front"];</code>  | cam cameraEffect ["fixed", "front"];</code>  | ||
- [https://community.bistudio.com/wiki/User_talk:DreadedEntity DreadedEntity]  | - [https://community.bistudio.com/wiki/User_talk:DreadedEntity DreadedEntity]  | ||
::I think this is more appropriate for the script editing forum... --[[User:Strangepete|Strangepete]] ([[User talk:Strangepete|talk]]) 16:25, 11 December 2014 (CET)  | |||
Revision as of 16:25, 11 December 2014
How the hell do I use these camera commands? All I want to do is make a camera above the player that points down at him, that's a good starting point. Apparently camSetTarget can't set pitch?
cam = "camera" camCreate (player modelToWorld [0,0,30]);
cam camSetTarget (getPos player);
cam camCommit 0;
cam cameraEffect ["fixed", "front"];
- DreadedEntity
- I think this is more appropriate for the script editing forum... --Strangepete (talk) 16:25, 11 December 2014 (CET)