Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
1answer
2k views

Bullet Physics - Apply Torque Impulse in Body's Local Space

I'm currently evaluating the Bullet Physics Library for a 3D space game I'm writing using C++ and Ogre3D. I've gotten Ogre3D and Bullet integrated nicely by deriving from btMotionState and plugging in ...
5
votes
4answers
1k views

Bullet physics engine, how to freeze an object?

Using Bullet 2.76 I'm trying to freeze an object (rigid body) so that it instantly stops moving, but still responds to collisions. I tried setting it's activation state to DISABLE_SIMULATION, but ...
3
votes
1answer
75 views

Fix N+1 query in “declarative_authorization” gem using gem “bullet”

Currently I am working on one big web application and to make it work faster I decided to refactor all N+1 queries (to decrease number of requests to database, ...
3
votes
4answers
340 views

HTML List First-Line indent only

im trying to achieve something that i thought it was easy, but the reality is cruel. I have a simple list item 1 item 2 I'm trying to get the following result: when the text is longer than the ...
3
votes
1answer
224 views

How do you simulate a conveyor in bullet physics engine?

I am writing a simulation in which we need some boxes to be fairly accurately modeled as they move on a set of conveyors. Currently we detect if the box is colliding with the static conveyor surface ...
2
votes
1answer
90 views

Different bullet sizes in html without affecting line-height?

Please bear with me, I don't know much about html. I'm trying to edit some html that has bullets of different sizes. These bullets are inserted using &#8226 character. I'm putting spans around ...
2
votes
1answer
79 views

ListItem disc displaying at vertical bottom

I have a couple un-ordered lists on my page. Both lists use list-style: disc inside;. Each list's list-items have a couple div's inside them. The problem is that the list-item's content takes up ...
2
votes
2answers
164 views

Bullets center with unordered list

Does anyone know the CSS that makes the bullet point sit at the top of a multi-line bulleted list? For some reason with the template that I am using the bullet point centers to the left instead of ...
2
votes
1answer
174 views

How to programmatically add bullet list to NSTextView

The question may sound strange but I've been struggling with it for a few days. I have a NSTextView that can display some text with a few formatting options. One of them is the ability to turn on/off ...
2
votes
7answers
264 views

Using C++ API in C?

One day I decided to start writing a video game in plain old C. It was a lot of fun, and three months later (I sometimes have little time away from the job) I found myself in the need of some physics ...
2
votes
1answer
124 views

Bigger version of •

Is there a bigger version of &bull;? • Right now it is this big I want it this big without using font sizes or <li>
2
votes
3answers
404 views

JME-Jbullet physics issue

I'm currently playing with the JME-Jbullet physics engine, and having issues with my terrain. I have 2 flat boxes, one for the floor, and one to act as a ramp. The issue is as follows: With the ...
2
votes
3answers
618 views

Mixing Sound in Java?

How do I play the same sound more than once at any given time with numerous other sounds going on at the same moment? Right now I've got a "Clip" playing but it won't overlap with itself. ( I hear one ...
2
votes
4answers
2k views

Disappearing bullet points

http://biochrom.fivesite.co.uk/catalogue4.asp On the page above there is an image floated to the left. To the right of it is a list, titled "features". The list items have a background image, ...
1
vote
1answer
99 views

How do you stop OgreBullet Capsule from falling over?

I've just started implementing bullet into my Ogre project. I follows the install instructions here: http://www.ogre3d.org/tikiwiki/OgreBullet+Tutorial+1 And the rest if the tutorial here: ...
1
vote
1answer
240 views

d3.js bullet graph browser support

I want to implement d3.js bullet grapg in my applications but its not supported in IE (< 9) is there any other js libraries for implementing bullet graph. Please help me Thanks
1
vote
2answers
1k views

Changing fullscreen gallery navigation to bullet-navigation

I'm a noob at modifying jQuery and have managed to do the odd simple piece of code, but its a bigger task for me to modify this gallery: http://buildinternet.com/project/supersized/ - which currently ...
1
vote
2answers
481 views

Ghost objects - bulletphysics

I'm trying to implement a simple ghost object in bulletphysics, this is how I create the ghost objects: btGhostPairCallback* ghostCall = new btGhostPairCallback(); ...
1
vote
0answers
472 views

Does anyone have examples/tutorials on how to use Bullet Physics/jBullet to do voronoi shattering?

I'm trying to get something working with jBullet physics and voronoi shattering. I can find videos galore of it working, just no code examples. Java or C++ is fine. Just need an example of some code. ...
1
vote
1answer
484 views

Bullet Physics Problems

For those of you who have used bullet physics... I read and ran the hello world example http://www.bulletphysics.org/mediawiki-1.5.8/index.php/Hello_World, and I am confused where to go next. The ...
1
vote
2answers
581 views

C++ Unicode Bullet Point

I am trying to insert the Unicode character U+2022 (bullet •) in my C++ application. I can't figure out how to convert that U+2022 to a char/string for use in std::string constructor... char bullet ...
1
vote
4answers
564 views

All characters that may be bullet points (e.g. “*”) or “dash” points

This question is a simple point (pardon the pun): What are all the characters that may, when starting a paragraph, be reasonably interpreted as indicating (in the Anglo-saxon demographic) that the ...
1
vote
2answers
484 views

bullet physics : concave moving shape

I am trying to create a concave moving shape using bullet physics SDK but cannot find how to do it. Do you have any idea on how to achieve this?
1
vote
3answers
5k views

Make ABC Ordered List Items Have Bold Style

I have an html Ordered list with type set to "A" <ol type="A">...</ol> Thus, each list item will start with A, B, C, etc. I would like to style the A, B, C letters to be bold. I have ...
0
votes
0answers
9 views

VSTO WORD 2010 - replace heading with bullets ( but keeps the hierarchy )

I have a document with heading and nested bullets . e.g.: 1 Heading A 1.1 Heading A1 bullet 1 bullet 2 what I need is to replace all this to bullets only , but keep the hierarchy. any help ...
0
votes
1answer
51 views

Create Bullet list on word document using Java with Apache POI API

I need to have bullet list in word document with indention and custom bullets, which is generated via Java with Apache POI API. I have searched and I cant find it for Word document. It is available ...
0
votes
0answers
26 views

insert Bullet point through mail merge in word document

I am creating pdf file using mail marge concept in MS word. Can anyone guide me to insert bullet using its character code through mail merge concept. i am creating an xml file and sending it to the ...
0
votes
0answers
15 views

Continous compiler type change in pointer declaration with bulletphysics

I am trying to understand and use bullet physics engine in my app so I've started with helloworld tutorial on wiki page: http://bulletphysics.org/mediawiki-1.5.8/index.php/Hello_World Everything is ...
0
votes
1answer
69 views

Making the bullet Fire -Cocos2d

My code has two Bullet-related classes. Bullet and BulletCache. The BulletCache creates a certain number of I have moved on to just creating a new bullet creating method meant to shoot off the ...
0
votes
1answer
77 views

how to use bullet physics game and ndk to develop 3d game in android device

My homework is to do a 3d game which needs a physics engine support. I chose bullet. However, bullet was written in C++, and I proposed to build my project with ndk. However, to run a bullet ...
0
votes
4answers
109 views

C#: when exporting to text file, bullets are messed up

I have a question- when I export my data to text, my text file is not created properly- bullets are messed up. I have tried to use actual bullet or byte bullet; does not work! Could you advise on ...
0
votes
1answer
73 views

Can not add bullets for word using OpenXml

My expected result is: Hello world! but when i using below codes: MainDocumentPart mainDocumentPart = package.AddMainDocumentPart(); ...
0
votes
4answers
68 views

Getting rid of bullet points from <ul>

I have the following list: <ul id="otis"> <li>Benz</li> <li>Other Benz</li> <li>Other Other Benz</li> </ul> I want to get rid the bullets so i ...
0
votes
1answer
94 views

too much bullets(ver 2.0)

In my Android game, the bullets are appearing too fast and too close to each other! How can I adjust their behaviour? Here's a picture of it class for animated objects package ...
0
votes
1answer
144 views

How to apply rotation to a body in Bullet Physics Engine?

I'm new to Bullet. I have rotation values (roll, pitch, yaw). I would like to apply that rotation to a body, but I have no idea how to do that. Any help will be much appreciated.
0
votes
1answer
56 views

Square bullet required [closed]

Hi I am working on an app where i need to display a few points on the pop up depending on a few conditions. So the number of points are dynamic. I need SQUARE bullets which preceed these points. Any ...
0
votes
2answers
46 views

bullet image position problem

I am having problem in positioning the bullet in menu.I am using custom image as bullet.But bullet image is aligned with the bottom of the text.So when I am trying to align the li text at the center ...
0
votes
1answer
160 views

Shooting bullets with a joystick cocos2d

I have a working joystick in my cocos2d app but I cannot figure out how to make the 'player' shoot bullets out of it in the direction the joystick is pointing. I have the player moving and rotating. ...
0
votes
2answers
345 views

How to destroy a b2Body in Box2D (cocos2d)? After checking the traveld distance

I have bullets in box2d/cocos2d-for-iphone. They are flying fine...but I want to destroy these bullets after they traveld a certain distance. for example after a bullet "flew" 480px it should be ...
0
votes
0answers
69 views

Objective C - CTParagraphStyle with bullet points?

How can I create a CTParagraphStyle that represents a paragraph/line in front of a bullet point ?
0
votes
3answers
251 views

Share variables between classes C++?

Yet another question about classes as Im new to OOP. I am creating a game just for fun. Its a top down shooter, space shooter. I have a few different classes: Bullet (a list of bullet coordinates), ...
0
votes
2answers
446 views

[as3]Rotation Problem, Not neccearry opposite angle, almost relfective?

So i got this bulletContainer class that shoots all these bullets it works & shoots perfectly fine when i put the class in a moveiclip to add to the stage. I can't have it in a movie clip because ...
0
votes
2answers
116 views

Restrict input to single-level bullet list - jQuery optional

I need an input mechanism to allow a user to create a single-level bullet list. I can't trust the user's ability to know HTML formatting or to not mess it up if auto-formated. I've been debating using ...
0
votes
1answer
354 views

Loading a Bullet Physics mesh from a file

I'm trying to set up a city environment with Ogre and Bullet, but I'm having trouble figuring out how to load meshes into Bullet. Google shows references to a Collada importer, but that seems to have ...
0
votes
2answers
344 views

How To Add List-style-type: “disc” to <p> tag

This seems like it ought to be ridiculously easy, but I'm having trouble figuring it out. I want to replicate the <li> function so the disc image appears to the left, but applied to a tag I ...
0
votes
1answer
394 views

2D game - Missile shooting problem

I have to make a tank that sits still but moves his turret and shoots missiles. As this is my first Android application ever and I haven't done any game development either, I've come across a few ...
0
votes
1answer
173 views

How do I add HTML breaks before a literal list bullet • with regular expressions?

I have an odd situation in pulling info from a database to display a webpage. The administrator copies and pastes info into a mediumtext latin1_swedish_ci field (the description column). There are • ...
0
votes
3answers
820 views

apply bullet style to a label using C#

I am displaying a message on a asp label when user is successfully saved. I want to append a bullet in starting of the message. So, I tried the following code but it coluld not help me. ...
0
votes
4answers
143 views

CSS How to display a single icon out of a matrix for a list item

I would like to use a single icon out of an icon matrix (with around 16 x 16 icons) as the bullet image for a list. I can position the background image with background-position, and repeat: norepeat. ...