import * as THREE from 'three'; import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js'; let scene, camera, renderer, controls; function init() { scene = new THREE.Scene(); scene.background = new THREE.Color(0x111111); camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000); camera.position.set(0, 5, 15); renderer = new THREE.WebGLRenderer(); renderer.setSize(window.innerWidth, window.innerHeight); document.body.appendChild(renderer.domElement); controls = new OrbitControls(camera, renderer.domElement); controls.enableDamping = true; // Ground const groundGeometry = new THREE.PlaneGeometry(50, 50); const groundMaterial = new THREE.MeshStandardMaterial({ color: 0x444444, side: THREE.DoubleSide }); const ground = new THREE.Mesh(groundGeometry, groundMaterial); ground.rotation.x = -Math.PI / 2; scene.add(ground); // Lighting const ambientLight = new THREE.AmbientLight(0xffffff, 0.5); scene.add(ambientLight); const directionalLight = new THREE.DirectionalLight(0xffffff, 1); directionalLight.position.set(10, 10, 10); scene.add(directionalLight); // Player (Simple Character) const playerGeometry = new THREE.BoxGeometry(1, 2, 1); const playerMaterial = new THREE.MeshStandardMaterial({ color: 0x00ff00 }); const player = new THREE.Mesh(playerGeometry, playerMaterial); player.position.y = 1; scene.add(player); // Car (Basic Model) const carBodyGeometry = new THREE.BoxGeometry(3, 1, 1.5); const carBodyMaterial = new THREE.MeshStandardMaterial({ color: 0xff0000 }); const carBody = new THREE.Mesh(carBodyGeometry, carBodyMaterial); carBody.position.set(-5, 0.5, 0); scene.add(carBody); // Wheels const wheelGeometry = new THREE.CylinderGeometry(0.5, 0.5, 0.5, 12); const wheelMaterial = new THREE.MeshStandardMaterial({ color: 0x333333 }); for (let i = 0; i < 4; i++) { const wheel = new THREE.Mesh(wheelGeometry, wheelMaterial); wheel.rotation.z = Math.PI / 2; wheel.position.set(i < 2 ? -6 : -4, 0.25, i % 2 === 0 ? -0.75 : 0.75); scene.add(wheel); } function animate() { requestAnimationFrame(animate); controls.update(); renderer.render(scene, camera); } animate(); } window.onload = init; window.addEventListener('resize', () => { camera.aspect = window.innerWidth / window.innerHeight; camera.updateProjectionMatrix(); renderer.setSize(window.innerWidth, window.innerHeight); });

Your Trusted IT Partner – Eddie’s IT Solutions

Solving IT challenges, one solution at a time. Whether you’re a business or an individual, we provide expert IT services that suits to your needs.

About us

At Eddie’s IT Solutions, we don’t just fix computers—we empower businesses and individuals with cutting-edge technology solutions. From seamless IT consulting to expert technical support, we make technology work for you, not against you.Founded with a passion for problem-solving, we’ve built a reputation for reliability, expertise, and a customer-first approach.

  • Expertise You Can Trust – Years of hands-on IT experience

  • Tailored Solutions – We don’t do one-size-fits-all

  • Customer-First Approach – Transparent, honest, and always available

“We’re not just IT experts—we’re your technology partners, ensuring your systems run smoothly while you focus on what matters most.”

Eddie’s IT Solutions was founded by a passionate IT professional with a simple goal: to make technology accessible and stress-free. With years of industry experience, Eddie specializes in troubleshooting, consulting, and building solutions that just work.

“I believe technology should empower, not frustrate. That’s why I created a service that prioritizes expertise, efficiency, and customer satisfaction.”

FAQ

Frequently Asked Questions

We specialize in IT consulting, computer repair, remote support, cloud solutions, cybersecurity, and website development. Whether you need help troubleshooting a tech issue or setting up IT infrastructure for your business, we’ve got you covered.

Yes! We offer fast and secure remote support for troubleshooting software issues, network problems, and security concerns. We use safe, encrypted connections to ensure your data remains private.

Yes, we provide on-site IT support for businesses and individuals within Israel. If you need hardware repairs, network setup, or IT infrastructure services, we can come to you.

Absolutely! We provide system optimization, malware removal, and hardware upgrades to speed up your computer. We’ll diagnose the issue and recommend the best solution.

Yes, we offer data recovery services for accidentally deleted files, corrupted drives, and system failures. However, if the storage device is physically damaged, success rates may vary.

Yes! We repair laptop screens, power supplies, motherboards, hard drives, and other components. If a replacement is needed, we can source high-quality parts.