Skip to content

Commit

Permalink
Version
Browse files Browse the repository at this point in the history
  • Loading branch information
MCRcortex committed Sep 4, 2023
1 parent 02d6ba0 commit 4c5fb39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ loader_version=0.14.21
fabric_version=0.84.0+1.20.1

# Mod Properties
mod_version=0.1.16-alpha
mod_version=0.1.17-alpha
maven_group=me.cortex
archives_base_name=nvidium
# Dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ void main() {
emitParital(prim_payload);
}
if (gl_LocalInvocationID.x == 0) {
ivec3 absRelPos = abs(relativeChunkPos);
int maxDist = min(absRelPos.x, min(absRelPos.y, absRelPos.z));
//ivec3 absRelPos = abs(relativeChunkPos);
//int maxDist = min(absRelPos.x, min(absRelPos.y, absRelPos.z));

//Shift and set, this gives us a bonus of having the last 8 frames as visibility history
//sectionVisibility[visibilityIndex] = uint8_t(lastData<<1) | uint8_t(maxDist<=1?1:0);//Inject visibility aswell
Expand Down

0 comments on commit 4c5fb39

Please sign in to comment.