Okay Thanks!
I think I try to edit the file.
Oh, and I have used Collada 1.4.
Search found 8 matches
- Sun Jun 03, 2007 12:18 pm
- Forum: Beginners Help
- Topic: Error Loading *.dae (Version 1.4)
- Replies: 3
- Views: 225
- Sat Jun 02, 2007 12:42 pm
- Forum: Beginners Help
- Topic: Error Loading *.dae (Version 1.4)
- Replies: 3
- Views: 225
Error Loading *.dae (Version 1.4)
Hello, I have made a model in Blender and exported it as a *.dae (Version 1.4) File. Always I open it in IrrEdit I get the message: "Polycount: 0". I have read the file with Wordpad and there is an Section: <polygons count="6"> What went wrong? Can anyone help me? Thanks in advan...
- Sun Aug 27, 2006 9:08 pm
- Forum: Beginners Help
- Topic: How to Create a Mesh
- Replies: 4
- Views: 335
- Sun Aug 27, 2006 8:16 pm
- Forum: Beginners Help
- Topic: How to Create a Mesh
- Replies: 4
- Views: 335
How to Create a Mesh
How can I create a mesh?
I mean without a file, just with code.
Can I create a MeshBuffer like:
createMeshBuffer(int VertexCount, int IndexCount, int FaceCount)
???
I mean without a file, just with code.
Can I create a MeshBuffer like:
createMeshBuffer(int VertexCount, int IndexCount, int FaceCount)
???
- Sun Aug 27, 2006 4:59 pm
- Forum: Beginners Help
- Topic: How to make Per-Pixel-Lighting
- Replies: 7
- Views: 496
- Sun Aug 27, 2006 12:38 pm
- Forum: Beginners Help
- Topic: How to make Per-Pixel-Lighting
- Replies: 7
- Views: 496
- Sat Aug 26, 2006 10:48 pm
- Forum: Beginners Help
- Topic: How to make Per-Pixel-Lighting
- Replies: 7
- Views: 496
- Sat Aug 26, 2006 10:06 pm
- Forum: Beginners Help
- Topic: How to make Per-Pixel-Lighting
- Replies: 7
- Views: 496
How to make Per-Pixel-Lighting
Hi everybody, i try to use this Engine first time. I know about 3D programming and wrote some programms with DirectX. Now I am glad to see an Engine who takes some of the work. ^^ But now by Question: I have an *.3ds Model. Just a white Box without Textures. I want to set up a Point-Light with Per-P...