Disable a surface >:D
Blitz3D Forums/Blitz3D Programming/Disable a surface >:D
| ||
bloody......helll.... ^.^ |
| ||
Nutter! |
| ||
Why don't you just make each surface a seperate entity parented to a pivot? |
| ||
Or use a seperate terrain mesh that is hidden for the linepicks? |
| ||
Beaker, I already said, they have to be surfaces, for rendering purposes. JFK, Each terrain layer is a total of some 32,000 polys. Obviously, I want to keep the fewest number of polys in memory, and lessen the number of meshes I have to update. |
| ||
Entities with single surfaces are surfaces. Whats the difference? |
| ||
This sounds cool ... but why not just use invisible collision for your linepicks and collisions? Everything we do now if our terrains (and now we are using multiple terrains for blending) has invisible low poly collision for physics and picks etc... We have 50,000 polygon meshes with 8,000 polygon collisions meshes for physics, picks, etc... Also, there there's no need for extra renders etc... |