The bullet tag has no wiki summary.
1
vote
0answers
35 views
A ball inside a sphere using Bullet
I'm new at Bullet and all 3D and phisycs stuffs, so don't be angry :)
I neen to create a big static rigid sphere and a little dynamic one inside. I want to use the big one like a bottle, so little ...
0
votes
0answers
22 views
Move 3d body using keyboard
I want control model using arrays. I have code for now:
For rotation:
rotation=0.0f;
if(Gdx.input.isKeyPressed(Keys.A))
{
rotation += 80;
}else ...
0
votes
2answers
28 views
Xna 4.0 Shooting using angle
Sitting and making a 2d shooting game where my player needs to be able to shoot up left and up right using angles. The problem i have is i cant find a way to make this work.
So how do o calculate ...
1
vote
1answer
44 views
What does having an inertia tensor of zero do in Bullet?
In the Bullet Physics library, when constructing a rigid body the default argument for the inertia tensor is the zero vector.
My understanding of inertia is fairly elementary but from the equation
...
0
votes
1answer
44 views
Need some assistance with moving an enemy bullet animation down the screen
I need help figuring out why the enemy bullets won't move when they have identical code... Please help... I didn't make either one as a separate class just simple animations
Now I think that you can ...
0
votes
0answers
12 views
btActionInterface::update not called randomly
I try to make my own kinematic character controller and i have a problem :(
Let me explain :
I implement the btActionInterface interface and register it to the world :
...
0
votes
0answers
58 views
Building Bullet Physics with Neon Optimization library for ARM
I'm trying to build bullet physics for ARM architecture. My build was sucessful until I've decided to turn on Neon optimization. By default, bullet uses __m128, __m64 types. They are 32 bit. (4 ...
0
votes
1answer
55 views
Can you change the color/appearance of the line marker in Notepad++?
Notepad++ lets you place a small round bullet on the left margin to mark lines. However, with my current theme the background is dark gray and the bullet/marker is dark blue. I can see it, but I'd ...
0
votes
2answers
154 views
How can I delay each bullet? (Java -Slick2d - Game)
(The event listener is in another class) When Game.render = true, i get a constant stream of bullets that look more like a laser-beam, i want there to be gaps. What I mean is that I would like the ...
0
votes
0answers
65 views
Bullet physics: how to make a soft body “static” (kind of)?
I'm fairly new to Bullet and started using it a week ago. I mainly played with rigid bodies and everything works as expected but now that I also need to add soft bodies into my simulation, things got ...
0
votes
0answers
12 views
bullet doesn't show objects even they are active
I created a two leg robot in blender and imported it to bullet. Now when I run my program, after few seconds the left leg will be disappeared. I fought that bullet deactivate objects
if they have not ...
0
votes
0answers
19 views
collada physics parser/importer
i am working on the beginnings of a game, and am wondering how i can import physics data into the game's physics engine. I am using bullet as the physics library. I use blender for model creation and ...
0
votes
0answers
17 views
Automatic ACK timing calculation
The AirOS from Ubiquiti Bullet is capable of on-the-fly calculation of ACK timing.
This is very useful and much more precise when dealing with grid/sector antennas in rural areas.
I would like to ...
0
votes
1answer
111 views
Issue with html css bullet list vertical
The HTML:
<ul class="fruits">
<li>Peach</li>
<li>Apple</li>
<li>Orange</li>
<li>Banana</li>
<li>Pineapple</li>
...
2
votes
1answer
159 views
Using bxslider, is there some way to remove or hide the bullets at the bottom of the slide?
I am using bxslider to make a simple carousel, one jpg per slide. Because I have 8 jpg's, there are 8 bullets that are displayed at the bottom of each slide. Is there some way for me to remove or hide ...
1
vote
1answer
43 views
CGAL renderer based on btIDebugDraw (with out QT)?
Is there a collection of complex structures/renderers (like Nef Polyhedra and Polyhedron - would be all for me) and a simple renderer (engine) that would work alike bullet btIDebugDraw one - virtual ...
0
votes
0answers
120 views
Inserting Bullets to a DIV editor
Hi i am very new to JavaScript.
I want to insert different bullet styles like Circle, square, alpha, roman etc to a div editor.
With javascript execCommand only Disc and Number bullets are currently ...
0
votes
3answers
234 views
How to convert slope to degrees and vice versa?
I'm making a game where you have a sprite that shoots bullets in the direction of the mouse. So far, it works fine with 1 bullet. I have this method that gets a slope, and then normalizes the vector:
...
0
votes
2answers
96 views
Getting bullet X to Y movement ratio from 2 points
I'm making pretty simple game. You have a sprite onscreen with a gun, and he shoots a bullet in the direction the mouse is pointing. The method I'm using to do this is to find the X to Y ratio based ...
3
votes
1answer
149 views
Apply background-image and custom bullet to css heading
So my <h1>'s should have individual custom pattern backgrounds and individual image bullets in front of them. The problem is, that I can't apply both style-elements as background-images (I've ...
0
votes
0answers
37 views
how to create a bullet that has penetration and aoe damage in cocos2d?
Most of the tutorials I found only implement the bullet to hit once and then disappears. But I want to create a laser bullet that penetrate through a group of enemies and do damage to each enemies ...
0
votes
1answer
87 views
.includes method doesn't work
I have installed the gem bullet to enhance performences on my small app (which is running with Rails 4 Edge)
However, the '.includes' method doesn't seem to work:
def index
@articles = ...
1
vote
1answer
107 views
Relative movement for independant bullets (HTML5/Javascript)
I need some help with this code. The game I am making atm is a top down 2d game. My character can already move and shoot a bullet. The problem im facing is making the bullet shoot towards the ...
0
votes
0answers
48 views
Does Bullet collision detection library provide boolean operations on worl objects geometry?
I need something alike CGAL gives in terms of simple boolean operations on top of 3d meshes but in lib Bullet. So I wonder if there is 3D Boolean Operations on meshes in Bullet? (cant find any ...
7
votes
2answers
170 views
Vertically align smaller bullets with larger text
I have a list with bullets. I made the bullets smaller by putting the li text inside a span and making the font-size of the li smaller than that of the span. The problem is that now the bullets are ...
7
votes
5answers
323 views
How to find where to cast a ray to avoid collision in Bullet?
Say we have an object at point A. It wants to find out if it can move to point B. It has limited velocity so it can only move step by step. It casts a ray at direction it is moving to. Ray collides ...
-1
votes
2answers
623 views
Not sure how to implement a bullet system in Java Slick game? [closed]
So, I have been following tutorials on a Slick API 2D Game Java tutorial, and I got the basics of how to use the API. But then, when I was playing around and trying to make a game. I tried to ...
2
votes
1answer
191 views
Can't compile a simple Bullet Physics application
I'm trying to compile the Hello World program from the Bullel Physics Wiki in Visual Studio 2012 Express.
I was able to generate and import the three library projects needed to run the example, but ...
3
votes
3answers
224 views
Text-shadow or similar effect to a <ul> bullet?
As the title says, I'm trying to find a way to add a text-shadow effect for a bullet. I'm using text-shadow to show a light glow behind some text, and I'd like to accomplish this same effect for ...
0
votes
0answers
35 views
&bull @ hover state
I have a problem with &bull characters as links in different, consecutive lines. When set in large font-size (e.g. 40px) and 0 line-height (so as to diminish their distance), their hover state ...
1
vote
0answers
34 views
jBullet - 6DOFConstraint severe oscillation
I have made a simple multi-cyclinder snake body. I have a 6DOFConstraint between each body and the angles are controlled by increasing/decreasing the upper and lower limits of the rotation as such to ...
0
votes
1answer
129 views
Multi Direction Bullets[read]
Been trying to code something for a while for a project im still working on for school, even though it's done.
I want to make a grenade that shoots out bullets on enemies colliding with it, but what ...
1
vote
0answers
39 views
How can I keep the styles for different parts of a StyledText widget using Bullets?
I'm new in the community so looking forward to start participating by both helping and getting help.
Right now I have a problem that maybe someone has already gone through.
I'm trying to have a ...
3
votes
2answers
124 views
How to calculate where bullet hits
I have been trying to write an FPS in C/X11/OpenGL, but the issue that I have encountered is with calculating where the bullet hits. I have used a horrible technique, and it only sometimes works:
pos ...
4
votes
0answers
246 views
Which native function causes EXCEPTION_ACCESS_VIOLATION in JNI code?
I'm trying to use the bullet physics library as wrapped by the libgdx Android Java development framework (gdx-bullet) and getting JVM crashes or "pure virtual method called" crashes after some short ...
1
vote
0answers
28 views
Let users change the text color of a string
I want to allow users to change the text color by entering a certain character at the beginning of a row
For instance
<y>banana
orange
<r>apple
This would display banana in yellow text, ...
1
vote
1answer
84 views
Bind function returning btVector3 with luabind
I'm trying to bind class using btVector3. Binding btVector3 with constructor works fine. Binding functions like:
void SetPosition(const btVector3& position)
works fine, but binding this:
...
0
votes
3answers
314 views
How short int based masks work in C++ library Bullet?
How do short int based masks work in c++ (for example ones in Bullet)?
I look at Bullets
CollisionFilterGroups {
DefaultFilter = 1,
StaticFilter = 2,
KinematicFilter = 4,
DebrisFilter = ...
0
votes
2answers
157 views
list on the right of a left floating image
I want to properly position an ul list on the right of a left-floating img using outside list property, but the bullets aren't aligned on the right of the image, as where there isn't any image, but ...
3
votes
1answer
234 views
BulletPhysic: contacts force/impulse
I wish to detect when one (ball) touches another object (target) and I wish to know the impulse of that contact.
I know three ways to detect contacts
gContactAddedCallback
or
int ...
0
votes
1answer
441 views
Java Shooting Game Removing Bullet Object
I have a shooting game and when the spacebar is pressed, a bullet object is created. When the bullet object is outside of the screen, I want to delete the object so I can shoot more than 10 times.
...
0
votes
1answer
689 views
including bullet points for XML document
this is Jane Doe!
I have XML document and one tag has a long description so I want to format it in several bullet points
for example,
<description>This course is an introduction to the ...
0
votes
1answer
133 views
Change Bullets Style using Markdown
I Am new to using Markdown. Although I have managed to set a lot of styling options in the CSS,
I cannot figure out how to change the style of any bullets.
Regular ones :
Regular Bullet
or
...
2
votes
0answers
332 views
Re-positioning a Rigid Body in Bullet Physics
I am writing a character animation rendering engine that uses Bullet Physics as a physics simulation engine.
A sequence will start out with no model on the screen, then an animation will be assigned ...
0
votes
1answer
82 views
lua bindings for bullet
are there any lua bindings for libbullet?
tried using swig and simply %includeing the BulletDynamicsCommon.h:
%module ybullet
%{
#include <btBulletDynamicsCommon.h>
%}
%include ...
0
votes
0answers
254 views
Bullet Physics with Objective-c and NinevehGL
I would like to make a cooperation of the Bullet Physics Engine and the Nineveh graphical SDK. I have a PhysicWorld, a PhysicObject, a PhysicCube (extension of the PhysicObject) and a ViewController:
...
0
votes
1answer
663 views
Adding bullet points to a text area?
Is there a way to add bullet points to an HTML textarea?
I want to add a simple feature where a bullet point is added for every line in a text area (similar to a list bullet points).
1
vote
1answer
263 views
How do I align bullets with a gun?
I have an image of my player (top-down 2D). The player rotates to face the camera, and holds a gun. When bullets are created, they are created at the player's x and y. This works when the player is ...
1
vote
0answers
255 views
How to handle sprites more than 200 with SpriteList of Playstation Mobile SDK?
I am working on 2D shooter game which includes hundreds of bullets and implemented a simple test based on PlayStation mobile SDK tutorial, and slowing down of the frame rate is my main problem.
Scene ...
3
votes
2answers
2k views
Bullet points in Word with c# Interop
I have the following code which is supposed to add a bulleted list to a word document that I'm generating automatically. From other answers I believe the code is correct, but the result doesn't ...
