Search found 7 matches

by Korcan
Wed Aug 03, 2016 10:43 am
Forum: General Bullet Physics Support and Feedback
Topic: SoftBody Refine Question -ImplicitFn Struct-
Replies: 1
Views: 2832

SoftBody Refine Question -ImplicitFn Struct-

Hi,

Can anybody help me about creating new cutting shapes ? In bullet demos there is only 1 shape (ImplicitSphere) and im not sure how can i create new shapes. I just want to create line.

Best,
Korcan
by Korcan
Thu Jul 14, 2016 10:09 am
Forum: General Bullet Physics Support and Feedback
Topic: Is Bullet still in use? Recommended for 2016 new title?
Replies: 4
Views: 10344

Re: Is Bullet still in use? Recommended for 2016 new title?

Hi, Yes, bullet still updating. You can follow updates from github. For UE4 please don't use Bullet. Because right now, i am designing some kind of simulator and using Bullet in UE4. Unreal GC creates a lot of problems and collides with Bullets own memory handling. From unreal forums user called 'ma...
by Korcan
Mon Jun 20, 2016 10:04 am
Forum: General Bullet Physics Support and Feedback
Topic: 8 Byte alignment on memory
Replies: 0
Views: 3500

8 Byte alignment on memory

Hi, I want bullet use 8 byte memory alignment. Is below lines in btScalar.h editing is enough ? #define BT_DECLARE_ALIGNED_ALLOCATOR() \ SIMD_FORCE_INLINE void* operator new(size_t sizeInBytes) { return btAlignedAlloc(sizeInBytes,16); } \ SIMD_FORCE_INLINE void operator delete(void* ptr) { btAligned...
by Korcan
Fri Jun 17, 2016 10:37 am
Forum: General Bullet Physics Support and Feedback
Topic: Memory Problem on Soft Bodies
Replies: 1
Views: 5199

Memory Problem on Soft Bodies

Hi, I am adding Bullet in Unreal Engine 4 as a plugin (Not a replacement of PhysX). Everything looks well except soft bodies. When i created softbodies im getting memory read errors. Do you have any idea why this happens ? Example code is below. // Fill out your copyright notice in the Description p...
by Korcan
Tue Nov 10, 2015 12:26 pm
Forum: General Bullet Physics Support and Feedback
Topic: Softbody cutting possible with Bullet ?
Replies: 6
Views: 8850

Re: Softbody cutting possible with Bullet ?

Wow :) Thanks for all responses.
by Korcan
Fri Oct 09, 2015 5:33 pm
Forum: Career Opportunities
Topic: Bullet and softbody cutting
Replies: 0
Views: 38391

Bullet and softbody cutting

Hi, I have to do cut softbody like this video. https://www.youtube.com/watch?v=vqGyIXsPT5E I am searching ways to do it but actually there is no sources in internet. Which way i follow ? If i create tetrahedral mesh/marching cubes, can i import bullet softbody realtime ? Than maybe i can achieve tha...
by Korcan
Fri Oct 09, 2015 12:39 pm
Forum: General Bullet Physics Support and Feedback
Topic: Softbody cutting possible with Bullet ?
Replies: 6
Views: 8850

Softbody cutting possible with Bullet ?

Hi,

I want to achive this result:
https://www.youtube.com/watch?v=vqGyIXsPT5E

Is softbody cutting possible with bullet ?

I am planning to use tetrahedral mesh data with some kind of brush shape and cut soft body.

Sorry for my bad english

Best Wishes,
Thanks