Search found 15 matches
- Wed Dec 03, 2008 1:59 pm
- Forum: Beginners Help
- Topic: 3D Line bounding box
- Replies: 12
- Views: 1284
- Tue Dec 02, 2008 5:51 pm
- Forum: Beginners Help
- Topic: 3D Line bounding box
- Replies: 12
- Views: 1284
- Tue Aug 26, 2008 6:06 am
- Forum: Beginners Help
- Topic: 3D Line bounding box
- Replies: 12
- Views: 1284
- Tue Aug 19, 2008 2:03 am
- Forum: Beginners Help
- Topic: 3D Line bounding box
- Replies: 12
- Views: 1284
- Mon Aug 18, 2008 6:39 am
- Forum: Beginners Help
- Topic: 3D Line bounding box
- Replies: 12
- Views: 1284
- Mon Aug 18, 2008 3:28 am
- Forum: Beginners Help
- Topic: 3D Line bounding box
- Replies: 12
- Views: 1284
3D Line bounding box
Hi there,
I am trying to create a Bounding box of a 3d line, but without working solution.
I have also tried to find the coordinates of the box from coordinates of the two first points (non linear system of equation, a bit hard).
There is any functions or available source code for that ?
Thanks a ...
I am trying to create a Bounding box of a 3d line, but without working solution.
I have also tried to find the coordinates of the box from coordinates of the two first points (non linear system of equation, a bit hard).
There is any functions or available source code for that ?
Thanks a ...
- Fri Aug 15, 2008 8:58 am
- Forum: Advanced Help
- Topic: 3D Line bounding box
- Replies: 0
- Views: 120
3D Line bounding box
Hi,
I am trying to create some bounding box of 3d lines (so define by two points coordinates).
Is there already some source code of functions within irrlicht to create that ?
I have also tried to solve the non linear system of equations defined by the equation the two upper point of the left face ...
I am trying to create some bounding box of 3d lines (so define by two points coordinates).
Is there already some source code of functions within irrlicht to create that ?
I have also tried to solve the non linear system of equations defined by the equation the two upper point of the left face ...
- Wed Aug 06, 2008 2:40 am
- Forum: Beginners Help
- Topic: Mesh instancing (kinda)[ANSWERED]
- Replies: 3
- Views: 270
- Mon Aug 04, 2008 10:22 am
- Forum: Open Discussion and Dev Announcements
- Topic: Game console
- Replies: 1
- Views: 1046
Game console
In some games, you can open the game console by using a special key (the key next the key 1, main times).
Does the developers just print the std::cout on this 'console', or they create their own string buffer ?
If they use the std::cout, how to redirect or print it in a staticText of the Irrlicht ...
Does the developers just print the std::cout on this 'console', or they create their own string buffer ?
If they use the std::cout, how to redirect or print it in a staticText of the Irrlicht ...
- Fri Aug 01, 2008 2:46 am
- Forum: Beginners Help
- Topic: shadows on mesh faces
- Replies: 8
- Views: 491
- Thu Jul 31, 2008 10:40 am
- Forum: Beginners Help
- Topic: shadows on mesh faces
- Replies: 8
- Views: 491
- Thu Jul 31, 2008 8:56 am
- Forum: Beginners Help
- Topic: shadows on mesh faces
- Replies: 8
- Views: 491
Its working great when i recalculate the normals with the mesh manipulator !
thanks a lot !
thanks a lot !
Code: Select all
t_pSceneMngr->getMeshManipulator()->recalculateNormals(MyObject);
- Thu Jul 31, 2008 8:35 am
- Forum: Beginners Help
- Topic: shadows on mesh faces
- Replies: 8
- Views: 491
- Thu Jul 31, 2008 8:14 am
- Forum: Beginners Help
- Topic: shadows on mesh faces
- Replies: 8
- Views: 491
shadows on mesh faces
Hi there,
I am trying to load a mesh object (so an obj file) into irrlicht.
When i load for example a cylinder, i cannot view different color for the faces.
All faces have the same gray, whatever i am doing, like moving the light, etc.
I have this :
http://pix.nofrag.com/8/f/a ...
I am trying to load a mesh object (so an obj file) into irrlicht.
When i load for example a cylinder, i cannot view different color for the faces.
All faces have the same gray, whatever i am doing, like moving the light, etc.
I have this :
http://pix.nofrag.com/8/f/a ...
- Fri Jul 04, 2008 6:44 am
- Forum: Advanced Help
- Topic: Irrlicht and OpenMesh?
- Replies: 8
- Views: 1956
