mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 08:21:24 +02:00
fix comments in shaders
This commit is contained in:
parent
07515d1c5f
commit
3ab92a592a
1 changed files with 1 additions and 3 deletions
|
@ -8,9 +8,7 @@
|
||||||
// GL_POINTS
|
// GL_POINTS
|
||||||
// Assumes vertex shader has not transformed coordinates
|
// Assumes vertex shader has not transformed coordinates
|
||||||
// Each gl_PositionIn is the corner of voxel
|
// Each gl_PositionIn is the corner of voxel
|
||||||
//
|
// varying voxelSize - which is the voxel size
|
||||||
// Second dataset (? similar to how voxel avatars pass in bones??)
|
|
||||||
// which is the voxel size
|
|
||||||
//
|
//
|
||||||
// Note: In vertex shader doesn't do any transform. Therefore passing the 3D world coordinates xyz to us
|
// Note: In vertex shader doesn't do any transform. Therefore passing the 3D world coordinates xyz to us
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue