How do I create a Texture : ITexture from a PixImage? I actually want to create a Texture from a Stream, this is how far I got: fsharp let s = GetStream( ......
What's the easiest way to obtain the actual frustum of my camera (i.e. considering the current aspect ratio of the render control)? A possible solution is to...
let renderScreenshotAndDepth (runtime : IRuntime) (size : V2i) (sg : ISg) = let depth = runtime.CreateTexture(size, TextureFormat.Depth24Stencil8, 1, 1); let...
3 years ago
Hi, I have a problem with an automatically generated .g file. I'm using a DomainType which includes an option of a tuple, like this: option. TypeA and TypeB ...
4 years ago
should i use copy to output or what should i do?
4 years ago
1) Building src/Aardvark.OpcViewer.sln failed with exitcode 1. 2) FS0248: C:\_work\PRo3D\src\PRo3D.Viewer\GroupsModels.g.fs(9,8): Two modules named 'PRo3D.Gr...
3 years ago
chrome debugger says:: ?page=controls:1 Uncaught TypeError: Cannot read property 'showOpenDialog' of undefined at HTMLButtonElement.onclick (?page=controls:1...
Aardvark.Rendering is an incremental renderer, so frames are only generated if they are necessary. Is there a way to profile my the performance of my renderi...
5 years ago
Why does the master branch of Aardvark.Base, Aardvark.Rendering, etc. no longer build with .NET 4.5?
1>C:\Program Files\dotnet\sdk\2.1.400-preview-009063\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets(143,5): message NETSDK10...
4 years ago
I cloned the Pro3D repository and followed the instructions in the README file. Everything worked fine, but when I call build I get this error: The request w...
C:\aardvark.docs\src\aardvark.docs.sln.metaproj : error MSB4057: The target "Restore" does not exist in the project. [C :\aardvark.docs\src\aardvark.docs.sln...
4 years ago
Are there any special measures to be taken when adding a new project to an existing solution?
VS2017 takes excruciating long to to come up with intellisense suggestions, sometimes it even freezes when I'm just typing. This painful experience has large...
Trying to run my .net core media app using Aardium on a different computer, yields this error: Error: An assembly specified in the application dependencies m...
When I compile, I get this error many times where I use type N 1>Target "UpdateGeneratedFiles" in file "C:\Path\Project\packages\Aardvark.Compiler.DomainType...
5 years ago
when building on linux (ubuntu 16.04) with mono, then for some projects the compiler outputs non-IL or abstract method with non-zero RVA is this a problem, o...
Unhandled Exception: System.TypeInitializationException: The type initializer for 'Aardvark.Rendering.Vulkan.Instance' threw an exception. ---> System.TypeIn...
4 years ago
The show builder can quickly show you a SceneGraph. Use it like this: * Reference package Aardvark.Application.Utilities * Open namespace Aardvark.Applicatio...
3 years ago
compiling project from console works fine, but while compiling via VisualStudio17 the diffenerates modifies a valid g.fs-file to contain "Microsoft.FSharp.Co...
5 years ago
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'Aardvark.Base.FSharp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=nul...
4 years ago
For instance, I move the camera forward by holding down RMB and dragging it. When I drag it outside of the window and only then release RMB, it is still cons...
5 years ago
I have a project which should act as a base library for multiple other projects in different solutions. What do I have to do, to integrate this in, for insta...
5 years ago
Can I get a PixImage fom an IOutputMod? I tried the code from the question How to download depth image, screenshot and it works fine, but it would be nice if...
3 years ago
On a newly installed Ubuntu 16.04, I did the following: sudo apt-get install -qq mono-devel mozroots --import --sync git clone https://github.com/aardvark-pl...
I included a shader to calculate per Vertex Normals based on the triangle. After adding it as Effect (toEffect Shaders.mkNormals), I get an error message aft...
4 years ago
While modifying the scenegraph (Sg) in the view-function of my Media.app the signature suddenly does not match! Expected is ISg but I only have ISg...
4 years ago
Building src/Aardvark.Media.sln failed with exitcode 1. > 2) MSB3644: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microso...
5 years ago
Build Error: The current .NET SDK does not support targeting .NET Standard 2.0. Either target .NET Standard 1.6 or lower, or use a version of the .NET SDK th...
5 years ago