Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - protean

Pages: [1]
1
C / C++ /C# / Re: [C++] Using d3dx9.lib in 64kb intro?
« on: November 07, 2007 »
Thanks for answers, it works fine. I've made my geometry :)

2
C / C++ /C# / [C++] Using d3dx9.lib in 64kb intro?
« on: November 06, 2007 »
I'm working with Direct3D (VS 6.0). Can I use d3dx9.lib for matrix operations (class D3DXMATRIX)?
Or, I could make my own one. The main task is size of a program. I think d3dx9.lib depends on
Microsoft Visual C++ Runtime Library, am I right?
How do demomakers solve this problem in 64kb?

And another question .) How generate geometry, like extrusion solids and surfaces by extruding an object along a vector? I made one, but I used a parametric equation. But I don't know how it make with spline.

 :updance:

Pages: [1]