Quick Talk
14 February 2024 by erwan | Leave a Comment
Following a nice tutorial that introduces nuxt composable structure via Vue Composition Api, I create this Nuxt starter for a three js project that is the foundation for future development of on demand full screen configurator using primevue UI components . 1 - First draft : basic primevue threejs integration Quite easy these days, to […]
Read more »
27 September 2023 by erwan | 1 Comment on Threejs object glow without postprocessing
There are many examples of bloomy post processing techniques on threejs, I mean bloomy in the bright sense, not the sad gloomy from the famous song Billy Holiday's sunday, I really mean to blow visual light emission from an object. So while three js comes with post processing power that delivers really nice visuals, I […]
29 August 2023 by erwan | Leave a Comment
You can, create nice spheres from three js basic objects, or cylinder like figures with the Lathe object. Well I was looking to create an egg and this is quite easy if you like to play with mathematical sinus and cosinus. This guy's a bit like me, more than 30 years experience and blog for […]
1 August 2023 by erwan | Leave a Comment
Learn to animate nice curve lines in a few code lines with ThreeJS, and show them from above.
Basement
here is a quick helper for dealing with small three js animations in a rather simple technique : add objects by naming them, and bulk removing them by name. This is an extension for the threejs Scene object, I call it WaveScene
3 August 2021 by erwan | Leave a Comment
Demonstration of a fence configurator (design fence with posts, limited width for panel, panel picker for specific coloring and custom laser cut design) Here I demonstrated integration of Material Design for Boostrap free version to build a side toolbar that mimics the photoshop tool palet. The example here was built with webpack. It combines many […]