Rough implementation of the metaballs simulation in MetaballsKit
This commit is contained in:
parent
2099749071
commit
440ed1b3f3
6 changed files with 427 additions and 0 deletions
19
MetaballsKit/MetaballsKit.h
Normal file
19
MetaballsKit/MetaballsKit.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
//
|
||||
// MetaballsKit.h
|
||||
// MetaballsKit
|
||||
//
|
||||
// Created by Eryn Wells on 7/30/17.
|
||||
// Copyright © 2017 Eryn Wells. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
//! Project version number for MetaballsKit.
|
||||
FOUNDATION_EXPORT double MetaballsKitVersionNumber;
|
||||
|
||||
//! Project version string for MetaballsKit.
|
||||
FOUNDATION_EXPORT const unsigned char MetaballsKitVersionString[];
|
||||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <MetaballsKit/PublicHeader.h>
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue