This website works better with JavaScript.
Home
Explore
Help
Sign In
blobt
/
raytracing
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9
Commits
1
Branch
0
Tags
50 MiB
C++
61.7%
C
38.2%
Tree:
2e95261b12
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2e95261b12'
${ noResults }
raytracing
/
Scene.h
4 lines
65 B
Raw
Blame
History
#
pragma once
void
Init
(
int
width
,
int
height
)
;
void
Render
(
)
;
Reference in new issue