Skip to content

Commit 07a8bac

Browse files
committed
Version 1.4.0
* Fixed broken iso surface calculation for border regions * Fixed visible egdes between node borders in iso surface rendering * Fixed memory access of gradient calculation in two-cell border around volume * Added simple ortho projection functionality * Fixed installed config path
1 parent 433a6c6 commit 07a8bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/isaac/isaac_version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#pragma once
22

33
#define ISAAC_VERSION_MAJOR 1
4-
#define ISAAC_VERSION_MINOR 3
5-
#define ISAAC_VERSION_PATCH 3
4+
#define ISAAC_VERSION_MINOR 4
5+
#define ISAAC_VERSION_PATCH 0
66

77
#define ISAAC_PROTOCOL_VERSION_MAJOR 1
88
#define ISAAC_PROTOCOL_VERSION_MINOR 0

0 commit comments

Comments
 (0)