Skip to content

Commit

Permalink
update README about Mac OpenMP support
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jun 27, 2017
1 parent b5f6fd7 commit d624ada
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ aaOcean Shader and Deformer by [Amaan Akram][0], ported to Cinema 4D by
* `>_ craftr export`
* `>_ craftr build`

## Todolist/Ideas

* [ ] Shader/Deformer with on-demand wave sampling (no texture precomputation)
* [ ] OpenMP support on OSX (need to comment out `#include <omp.h>` in aaOceanClass.cpp)

## Honorable Mentions

* Amaan Akram for the [aaOcean Suite] and its source code
Expand Down
1 change: 1 addition & 0 deletions craftr/Craftrfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pluginObj = cxx.compile_cpp(
frameworks = [c4d.sdk],
msvc_additional_flags = ['-openmp']
)

plugin = cxx.shared_library(
inputs = [aaOceanObj, pluginObj],
output = local('aaOceanC4D')
Expand Down

0 comments on commit d624ada

Please sign in to comment.