Skip to content

Commit

Permalink
remove a few unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Sep 3, 2024
1 parent 335639f commit 35c557f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/parry3d/examples/aabb3d.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ use macroquad::prelude::*;
use na::Isometry3;
use parry3d::bounding_volume::{Aabb, BoundingVolume};
use parry3d::shape::Ball;
use std::f32::consts::{FRAC_PI_2, FRAC_PI_4};

const RENDER_SCALE: f32 = 30.0;

#[macroquad::main("parry2d::utils::point_in_poly2d")]
async fn main() {
let render_pos = Vec2::new(300.0, 300.0);
let camera_pos = Vec3::new(8f32, 8f32, 12f32);

loop {
Expand Down

0 comments on commit 35c557f

Please sign in to comment.