Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
CAMP
campvis-public
Commits
6cf92ae4
Commit
6cf92ae4
authored
May 27, 2015
by
Christian Schulte zu Berge
Browse files
Fixed Lua bindings for cgt::AbstractCameraProxy.
parent
c5f24a4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext/cgt/bindings/cgt.i
View file @
6cf92ae4
...
...
@@ -160,9 +160,9 @@ namespace cgt {
virtual
~
Camera
()
;
}
;
class
IHas
Camera
{
class
Abstract
Camera
Proxy
{
public
:
virtual
~
IHas
Camera
()
;
virtual
~
Abstract
Camera
Proxy
()
;
virtual
Camera
*
getCamera
()
=
0
;
virtual
void
update
()
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment