Skip to content

Commit

Permalink
Merge pull request #10 from serhii-rieznik/dev
Browse files Browse the repository at this point in the history
Developer Preview 05.1
  • Loading branch information
serhii-rieznik authored Mar 11, 2023
2 parents 2acaf00 + 8ed1b57 commit dcfb5a5
Show file tree
Hide file tree
Showing 697 changed files with 334,943 additions and 158,585 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
bin/options.json
*.ptx
*.fatbin
bin/ui.ini
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ set_property(GLOBAL PROPERTY PREDEFINED_TARGETS_FOLDER "CMake")
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /MP")

set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
add_definitions(-D_CRT_SECURE_NO_WARNINGS)

Expand Down
Binary file added bin/assets/cb-comparison/cb-comparison.blend
Binary file not shown.
28 changes: 28 additions & 0 deletions bin/assets/cb-comparison/cb-comparison.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"geometry": "cb-comparison.obj",
"materials": "cb-comparison.obj.materials",
"camera": {
"viewport": [
1000,
1000
],
"origin": [
0.0,
1.0,
3.8310980796813965
],
"target": [
0.0,
1.0,
2.8310980796813965
],
"up": [
0.0,
1.0,
0.0
],
"lens-radius": 0.0,
"focal-distance": 0.0,
"focal-length": 49.999992370605469
}
}
Loading

0 comments on commit dcfb5a5

Please sign in to comment.