Filter
Exclude
Time range
-
Near
Feb 27
I love Raylib. LoadModel("../res/kenney.obj"); LoadTexture("../res/kenney.png");
2
86
I'm adding a nice feature in my dark basic classic remake allowing the code source to be more modern. You can write: Load Model "Car.x", 1 // Old style LoadModel("Car.x", 1) // New one both are compatible, and you can mix them.
4
285
Replying to @liquidai
How to run this on Kotlin Android apps: 1. Download the gguf from Hugging Face 2. Use llamacpp-kotlin in your project - expose loadModel() generate(prompt) from a ViewModel. 3. On first launch, download the model into private storage 4. Stream model output into UI
1
2
276
I pulled this free asset from the store for a cool little blue truck: Sending mad props to whoever these guys are because I can't find them on X. Creators below. polyfunic.com It then told me how to prepare the model: Prompt: "Ok, now we are getting somewhere... you said loaded into theejs using a model loader... what does that mean. assume I'm going to pull a unity asset most likely a blender model or an object or something similar" if you're getting a model from Unity/Blender, here's what you need to know: First, you'll need to export the model correctly: From Unity: Export as .fbx or .gltf (preferred) From Blender: Export as .gltf/.glb (best option) or .fbx In Blender, use File -> Export -> glTF 2.0 (.glb/.gltf) Make sure to check "Apply Transformations" and "Include Animations" if you have any Once you have your model file, you'll need to: Put it in your project directory (create a models folder) Update our loading code to use it And the code modification: // First, create an async function to load and setup the vehicle async function createBuggy() { try { // Replace 'models/your_car.gltf' with your actual model path const gltf = await loadModel('models/your_car.gltf'); const model = gltf.scene; // You might need to adjust these values based on your model model.scale.set(0.5, 0.5, 0.5); // Scale the model to fit our scene model.rotation.y = Math.PI; // Rotate if needed to face forward // Enable shadows for all mesh parts model.traverse((node) => { if (node.isMesh) { node.castShadow = true; node.receiveShadow = true; } }); // Add to scene and setup vehicle properties scene.add(model); vehicle.mesh = model; // Position above ground const startHeight = getTerrainHeight(0, 0); vehicle.mesh.position.set(0, startHeight vehicle.groundClearance, 0); vehicle.position = vehicle.mesh.position.clone(); } catch (error) { console.error('Error loading model:', error); // Fallback to our geometric buggy if model fails to load createGeometricBuggy(); } }"
1
4
66
22 Jul 2024
Will my model load faster if I chant 'TensorFlow, TensorFlow, load my model' like a mantra? Source: devhubby.com/thread/how-to-l… #tensorflow2 #modelloading #machinelearning #loadmodel #load #python

7
58
getdata features_create ✔ predict 骨子のみ Loadmodel 骨子のみ order ✔ 後何作るんだ? cancel orderは不要
2
488
20 Oct 2023
loadmodeling.tool - Whole building energy modeling by engineers, for engineers. Perform all sizing calculations for mechanical systems with online speed & advanced 3D modeling capabilities. Learn more: hubs.ly/Q0265s2m0 #Engineering #LoadModeling #HVAC #LoadModel #AEC
2
102
3 Jun 2023
let logo t=0 preload=()=>{ logo=loadModel('assets/3d-data/hiroya-web-studio-logo.obj',true) } draw=()=>{ t ||createCanvas((W=500),W,WEBGL) background(0) scale(1.5) rotateY(frameCount*0.01) normalMaterial() model(logo) } // #つぶやきProcessing #p5js #dailycodingseed
3
5
18
1,651
今日のDailyCodingネタ💡 loadModel() p5js-i18n-ja.pages.dev/ja/re… 3Dモデルもなかなか手が出ませんが、チャレンジしてみませんか😁 Blenderで作ったり、最近はAIで生成もできるそうですね! sample:teapot.obj p5js-i18n-ja.pages.dev/ja/re… #dailycoding #dailycodingseed #p5js

1
3
1,224
16 Sep 2022
Join @patpease, Mechanical Engineering Director, as he goes through loadmodeling.tool v4.0 updates including Ventilation Calculations which were brought into strong focus during the COVID-19 Pandemic: hubs.ly/Q01mjTW-0 #HVAC #HVACDesign #MechanicalEngineer #LoadModel
3
11 Aug 2022
A week from today join @PatPease, #MechanicalEngineering Director, for a live 60-minute webinar walkthrough where he’ll show how to set up a project for automated #HVACDesign in loadmodeling.tool. Secure your spot: hubs.ly/Q01jdzNz0 #HVAC #MechanicalEngineer #LoadModel
3
9 Aug 2022
Join @PatPease, PE, tomorrow for a webinar with @IBPSA_USA on “Optimizing Heating and Cooling Loads For Cost Reductions.” Register here: hubs.ly/Q01h3wZD0 #HVAC #HVACDesign #MechanicalEngineer #LoadModel #HVACR #AirSystems #MechanicalEngineering #heating #cooling #tech
2
11 Jul 2022
#threejs Tip 11: If you use Blender's GLB exporter. Use Geometry > Compression to make your model assets smaller. Then use the DRACOLoader class. See the loadModel function in the CodePen example. codepen.io/nik-lever/pen/rNd…
3
13 Jun 2022
Only 1 day left until our webinar on #HVAC #Design! Don’t miss @PatPease, Mechanical Engineering Director, walking through #MechanicalEngineering workflows within loadmodeling.tool. Register: hubs.ly/Q01c8Nyy0 #HVACDesign #MechanicalEngineer #LoadModel #HVACR #AirSystems
4
8 Jun 2022
On June 14th at 3PM EDT, @PatPease, #MechanicalEngineering Director, will host a webinar where he’ll walk through setting up a project for automated #HVAC #design. Register: hubs.ly/Q01cPxj_0 #HVAC #HVACDesign #MechanicalEngineer #LoadModel #HVACR #AirSystems
2
28 May 2022
Replying to @emeen231
ありがとうございますー!うーーん、でもどうなんでしょう。今回はshapeではなくloadModel()で.objを読み込んでいるので、そのへんの細かい設定がobjモデルにもできるのか調べてもでてこないのです。
1
2
27 May 2022
Learn from @PatPease, Mechanical Engineering Director, during a 60-minute webinar on automated #HVACDesign in loadmodeling.tool on June 14th at 3PM EDT. Register now: hubs.ly/Q01c8Jzb0 #HVAC #MechanicalEngineer #LoadModel #HVACR #AirSystems #MechanicalEngineering
4
11 May 2022
1 day left until our webinar on HVAC Design w/ loadmodeling.tool! @Patpease, Mechanical Engineering Director, will teach you how to set up a project for automated HVAC design in loadmodeling.tool. Don’t miss out! Register: hubs.ly/Q0190vcf0 #HVAC #LoadModel #AirSystems
2
9 May 2022
Join @Patpease for a webinar on 5/12 at 3PM ET for a walkthrough on HVAC design w/ loadmodeling.tool. Learn mechanical engineering workflows, as well as tips & tricks on analysis types for different phases of design. Register: hubs.ly/Q018_NyK0 #LoadModel #AirSystems #HVAC
5
1 May 2022
Join @Patpease, Mechanical Engineering Director, for a 60-min. session on HVAC design w/ loadmodeling.tool on 5/12 at 3PM EDT. Learn tips & tricks on analysis types for different phases of design. Register now: hubs.ly/Q018_NyJ0 #MechanicalEngineer #LoadModel #AirSystems
1