This website requires JavaScript.
Explore
Help
Sign In
Dynamitos
/
RayTracer
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Wiki
Activity
Files
21112389350fa04881edd895ea6a5ba10bcd5eb0
RayTracer
/
src
/
scene
/
Scene.cpp
T
10 lines
90 B
C++
Raw
Normal View
History
Unescape
Escape
lot of opengl draw work to get image on screen
2025-01-24 00:19:11 +01:00
#include
"Scene.h"
More boilerplate
2025-01-24 18:21:34 +01:00
Scene
::
Scene
()
:
window
(
1920
,
1080
)
{
}
lot of opengl draw work to get image on screen
2025-01-24 00:19:11 +01:00
void
Scene
::
render
()
{}
Reference in New Issue
Copy Permalink