summaryrefslogtreecommitdiff
path: root/docs/latex
diff options
context:
space:
mode:
authorErwin Coumans <erwin.coumans@gmail.com>2015-05-02 22:33:33 -0700
committerErwin Coumans <erwin.coumans@gmail.com>2015-05-02 22:33:33 -0700
commit7a0288bf56b5ae7c7bb1f7de99fccc397bec5f47 (patch)
tree1cdabd9661b742d1081acd6006f8035a8314891f /docs/latex
parent37c788841a5cd3873cac77b04c1b0756983bb951 (diff)
downloadbullet3-7a0288bf56b5ae7c7bb1f7de99fccc397bec5f47.tar.gz
fix issue with btDbvt::collideOCL, related to memmove (needs further testing)
only enable OpenCL demo if flag --enable_experimental_opencl is passed to ExampleBrowser
Diffstat (limited to 'docs/latex')
-rw-r--r--docs/latex/intro.tex7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/latex/intro.tex b/docs/latex/intro.tex
index 56e26a15d..6502c1b29 100644
--- a/docs/latex/intro.tex
+++ b/docs/latex/intro.tex
@@ -25,10 +25,13 @@ Bullet Physics is a professional open source collision detection, rigid body and
\subsection{New in Bullet 2.83}
\begin{itemize}
- \item New ExampleBrowser, replacing the standalone demos. See \path{examples/ExampleBrowser}.
- \item Import of Universal Robot Description Files (URDF). See \path{examples/Importers/ImportURDFDemo}.
+ \item New ExampleBrowser, replacing the standalone demos. Not all demos have been ported over yet, it will happen in upcoming releases. It is recommended to use an OpenGL 3+ system, although there is limited OpenGL 2 fallback. See \path{examples/ExampleBrowser}.
+ \item Import of Universal Robot Description Files (URDF). See \path{examples/Importers/ImportURDFDemo}. You can use File-Open in the ExampleBrowser.
\item Improved support for btMultiBody with multi-degree of freedom mobilizers, thanks to Jakub Stepien. See \path{examples/MultiBody/MultiDofDemo}.
\item New btGeneric6DofSpring2Constraint, replacing the old generic 6dof constraint, thanks to Gabor PUHR and Tamas Umenhoffer. See \path{examples/Dof6Spring2Setup}
+ \item OpenCL demo integrated in the ExampleBrowser. The demo is disabled by default, because it only works on high-end desktop GPU systems with compatible up-to-date OpenCL 1.1+ driver. Use $--enable\_experimental\_opencl$ command-line argument in the ExampleBrowser.
+
+
\end{itemize}
\subsection{New in Bullet 2.82}
\begin{itemize}