[OpenGLRenderer] Rough outline of an NSOpenGLView subclass
Handles setting up the displayLink and starting it when added/removed from a superview. It is up to subclasses (or delegates -- I haven't decided which yet) to add the appropriate behavior.
This commit is contained in:
parent
a1270d4ea5
commit
93da94e384
7 changed files with 619 additions and 0 deletions
3
ThreeDee.xcworkspace/contents.xcworkspacedata
generated
3
ThreeDee.xcworkspace/contents.xcworkspacedata
generated
|
@ -1,6 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Workspace
|
||||
version = "1.0">
|
||||
<FileRef
|
||||
location = "group:OpenGLRenderer/OpenGLRenderer.xcodeproj">
|
||||
</FileRef>
|
||||
<FileRef
|
||||
location = "group:COLLADA/COLLADA.xcodeproj">
|
||||
</FileRef>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue