DB/CinematicCamera: Difference between revisions

From wowdev
Jump to navigation Jump to search
m (New Style.)
Line 1: Line 1:
==Header Info==
This table holds models that can be used as cameras for cinematics. Its defined where they end and which voiceover is used.
Records....................12
Fields......................7
Record Size................28
String Block Size.........288


==Structure==
==Structure==
'''Column Field Type Notes'''
{| style="background:#FCFCFC; color:black"
  1 ID Integer
|-
  2 sRefPath String
! width="80" | Column  
3 iRefID_[[SoundEntries.dbc|SoundEntries]] Integer Voiceover used in the cinematic animation
! width="180 " | Field  
  4 X Float ''Note: These coordinates are actually the end point of the path, not the start''
! width="80" | Type  
  5 Y Float
! width="500" | Notes
  6 Z Float
|-
  7 Rotation Float Rotation of path
| 1 || ID || Integer ||
|-
| 2 || Filepath || String || Which camera is used?
|- style="background:#F0F8FF;"
| 3 || [[SoundEntries.dbc|Voiceover]] || iRefID || Not set for PalantirOfAzora and Scry_cam.
|-
| 4 || X || Float || The coordinates define the end-point, not the start.
|-
| 5 || Y || Float ||
|-
| 6 || Z || Float ||
|-
| 7 || Rotation || Float ||
|}


Retrieved from "http://www.sourcepeek.com/wiki/CinematicCamera.dbc"
Retrieved from "http://www.sourcepeek.com/wiki/CinematicCamera.dbc"


[[Category:DBC]]
[[Category:DBC]]

Revision as of 18:02, 27 September 2008

This table holds models that can be used as cameras for cinematics. Its defined where they end and which voiceover is used.

Structure

Column Field Type Notes
1 ID Integer
2 Filepath String Which camera is used?
3 Voiceover iRefID Not set for PalantirOfAzora and Scry_cam.
4 X Float The coordinates define the end-point, not the start.
5 Y Float
6 Z Float
7 Rotation Float

Retrieved from "http://www.sourcepeek.com/wiki/CinematicCamera.dbc"