Code Monkey home page Code Monkey logo

Comments (6)

AndresTraks avatar AndresTraks commented on July 28, 2024

Hi, try uninstalling and reinstalling OpenTK and make sure it's the latest version (1.1.4, 2014-07-23). This has worked for me.
Also, do you have MonoGame installed? MonoGame also adds OpenTK to the global assembly cache, which might interfere with the official installer, even though it should also work.

from bulletsharp.

Arj611 avatar Arj611 commented on July 28, 2024

That worked...thanks a lot.. Please consider adding this to the build intructions. That would be of great help.

from bulletsharp.

AndresTraks avatar AndresTraks commented on July 28, 2024

Cool, glad it works.
I can add it to the instructions, but it would be good to first figure out why this happens. Does an earlier OpenTK installer not install into the GAC? Does MonoGame or some other library interfere with it? Or maybe it's something else.

from bulletsharp.

Arj611 avatar Arj611 commented on July 28, 2024

I think its something else. I dont have monogame installed. The older version of opentk which i was using, was installed exactly the similar way i have installed the latest version.

It would be great if you could help me out on another uses case issue. I am using the bullet sharp within my application to detect collision between two traingles. I want to give the triangle vertices as input.Iff you have time, Can u guide me on a way I can do that. These triangles are from the triangle mesh loaded through a CAD file. I basically want a triangle triangle collision test that runs on gpu and is extremly fast.

Thank you in advance.

from bulletsharp.

AndresTraks avatar AndresTraks commented on July 28, 2024

You would generally use a BvhTriangleMeshShape for non-moving bodies, a ConvexHullShape for moving convex bodies and a GImpactMeshShape or CompoundShape for moving concave bodies. These work on the CPU. There are usage examples in the demos (e.g. ConvexDecompositionDemo, GImpactTestDemo, DistanceDemo).

BulletSharp doesn't yet wrap the Bullet 3 GPU code since it's work in progress. I'm not very familiar with it either, but you could check the examples to see if there is something that you're looking for.

from bulletsharp.

AndresTraks avatar AndresTraks commented on July 28, 2024

The OpenTK reference is now handled by NuGet. I'll close this issue.

from bulletsharp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.