3DCoat Core API
The 3DCoat API documentation.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
b
c
d
e
f
g
i
l
m
n
p
r
s
t
u
v
Functions
c
d
e
g
i
l
m
p
r
s
t
u
v
Typedefs
Enumerations
Enumerator
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
Enumerations
Enumerator
Examples
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
Loading...
Searching...
No Matches
minimal.cpp
The minimal c++ program
// The minimal c++ program
#include <CoreAPI.h>
//You may use Visual studio to debug your sources. Debug->Attach to process, choose 3DCoatGL64,
//then open this file in VS and set breakpoints.
//Please use the c++17 standart.
//If you need the release build at full speed please change the Debug below to Release
//@config: Debug
// The main() will be called as soon as user will run the script
EXPORT
int
main(){
//put your code there
return
0;
}
Generated by
1.11.0