Search found 8 matches

by Krendor
Sun Jun 03, 2007 12:18 pm
Forum: Beginners Help
Topic: Error Loading *.dae (Version 1.4)
Replies: 3
Views: 349

Okay Thanks!
I think I try to edit the file.

Oh, and I have used Collada 1.4. :oops:
by Krendor
Sat Jun 02, 2007 12:42 pm
Forum: Beginners Help
Topic: Error Loading *.dae (Version 1.4)
Replies: 3
Views: 349

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 advance Krendor
by Krendor
Sun Aug 27, 2006 9:08 pm
Forum: Beginners Help
Topic: How to Create a Mesh
Replies: 4
Views: 506

Oh, I didn't mean the DrawPrimitiveUp().
I will create a MeshBuffer.
by Krendor
Sun Aug 27, 2006 8:16 pm
Forum: Beginners Help
Topic: How to Create a Mesh
Replies: 4
Views: 506

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)
???
by Krendor
Sun Aug 27, 2006 4:59 pm
Forum: Beginners Help
Topic: How to make Per-Pixel-Lighting
Replies: 7
Views: 834

Yes, I took a look at Tutorial 11th. :roll:
But I want per-pixel-lights and no parallax-mapping.

And by the way: I've tried it with a normal-map
and there is no always per-vertex-lighting. :cry:
by Krendor
Sun Aug 27, 2006 12:38 pm
Forum: Beginners Help
Topic: How to make Per-Pixel-Lighting
Replies: 7
Views: 834

Yes, i am sure that I will per-pixel-lights.
And I have a gfx-card who supports shader 3.0.

If I detect the Shader-Version of the gfx-card in
the other pc, I can switch between per-pixel- and
per-vertex-lighting. That's not the problem.
by Krendor
Sat Aug 26, 2006 10:48 pm
Forum: Beginners Help
Topic: How to make Per-Pixel-Lighting
Replies: 7
Views: 834

I have checked the Sample.
And I don't see, what to do!?

Why is there no ISceneManager->EnablePerPixelLighting(bool Enable)
:cry:
by Krendor
Sat Aug 26, 2006 10:06 pm
Forum: Beginners Help
Topic: How to make Per-Pixel-Lighting
Replies: 7
Views: 834

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 ...