New Paste
Public Pastes
About
Security
Title
Author
Link
http://thunked.org/p/view/pub/
Created
2012-04-18 13:27:41
Expires
never
(@Formula/@Command)
Filename
Language
@Formula/@Command
1.
2.
3.
4.
5.
6.
7.
8.
9.
Colour::Colour
(
SharedOpenGLContext opengl_context
)
: opengl_context_
(
opengl_context
)
, width_
(
1
)
, height_
(
1
)
{
eye_
[
0
]
= eye_
[
1
]
= 0.0f;
eye_
[
2
]
= 2.0f;
orientation_
[
0
]
= 0.0f;
orientation_
[
1
]
= 0.0f;
orientation_
[
2
]
= 0.0f;
orientation_
[
3
]
= 1.0f;
}