This website requires JavaScript.
Explore
Help
Register
Sign In
revisit
/
DSDSWeb
Watch
1
Star
0
Fork
You've already forked DSDSWeb
0
Code
Issues
3
Pull Requests
Packages
Projects
Releases
Wiki
Activity
01e645d900
DSDSWeb
/
static
/
js
/
Cesium-1.53
/
Source
/
Shaders
/
Builtin
/
Structs
/
ray.glsl
12 lines
111 B
GLSL
Raw
Blame
History
/**
* DOC_TBA
*
* @name czm_ray
* @glslStruct
*/
struct
czm_ray
{
vec3
origin
;
vec3
direction
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink