Curve : from 2D to 3D
[video_Text] [step_title]Step 1: curve definition[/step_title] [image_text_beg]It is several points added one by one. In openGL, the more points are numerous, the more the curve gets a high definition...
View ArticleOpenGL 3D Articulated robot
[video_Text] [step_title]Step 1: Where to start?[/step_title] I began to open 3Dsmax and I made a spherical low polygon (i.e. 12 edges) to obtain the position of each sphere’s face: its body. Then, I...
View Article3D solar system
[video_Text] [step_title]Step1: some planets and a star[/step_title] [image_text_beg]Solar system means severals spheres turning around one unique static sphere: Sun! In order to create planet (ie a...
View Article3D Genesis : create your own solar system
[video_Text] [step_title]Step 1: OpenGL and SDL context implementation[/step_title] How did I have OpenGL work with SDL ? Easy: SDL gets an OpenGL context. So the architecture basis of my program is...
View ArticleWebGL and Three.js with Blender – the Browser 3D geometry
In this post, i will explain you how you can display 3D content in browser. By content, i mean a whole set of objects in a scene: those are named Meshs. The scene at left is an example for WebGL: you...
View Article